Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ai DeepNude problematic?
#9
(Jul-10-2019, 12:28 PM)metulburr Wrote: apparently github banned it (since its now owned my WindBlows that does not surprise me), so all public clones are probably removed at this point. Im sure it will show up somewhere else whenever they find out it was removed. Now that its banned i want it.
To be realistic this is a mess legally with no easy solution,i don't think it matter all who own GitHub it will be problematic to host it.
For all we know it could be owner of that took it down,he has gotten a lot trouble for this(as also took money for Premium version).

Some people will to course feed it with picture of children and make child porn with relative ease,use it as revenge if not like someone.
As mention it's just a mess with no easy solution,i am against censorship in all forms,but what to in i cases like this is difficult.

metulburr Wrote:Installed the libraries as well for ubuntu sudo apt-get install python-opencv. Still i get a ImportError for cv2.
I never mess with sudo or apt-get install as that's not need when use pyenv.
Make a virtual environment.
# Make
tom@tom-:~/Documents/py_files$ python -m venv deep_env
tom@tom-:~/Documents/py_files$ cd deep_env/
tom@tom:~/Documents/py_files/deep_env$ source bin/activate

# Check pip
(deep_env) tom@tom:~/Documents/py_files/deep_env$ pip -V
pip 19.0.3 from /home/tom/Documents/py_files/deep_env/lib/python3.7/site-packages/pip (python 3.7)

# Install
(deep_env) tom@tom:~/Documents/py_files/deep_env$ pip install opencv-python
Collecting opencv-python
  Using cached https://files.pythonhosted.org/packages/..............
Installing collected packages: numpy, opencv-python
Successfully installed numpy-1.16.4 opencv-python-4.1.0.25

# Test
(deep_env) tom@tom:~/Documents/py_files/deep_env$ python 
Python 3.7.3 (default, Apr 17 2019, 11:23:54) 
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'4.1.0'
>>> exit()
Reply


Messages In This Thread
Ai DeepNude problematic? - by snippsat - Jul-06-2019, 01:06 PM
RE: Ai DeepNude problematic? - by Gribouillis - Jul-06-2019, 09:50 PM
RE: Ai DeepNude problematic? - by snippsat - Jul-07-2019, 12:38 AM
RE: Ai DeepNude problematic? - by metulburr - Jul-07-2019, 12:57 AM
RE: Ai DeepNude problematic? - by Gribouillis - Jul-10-2019, 07:18 AM
RE: Ai DeepNude problematic? - by metulburr - Jul-10-2019, 12:28 PM
RE: Ai DeepNude problematic? - by Gribouillis - Jul-10-2019, 12:51 PM
RE: Ai DeepNude problematic? - by metulburr - Jul-10-2019, 01:04 PM
RE: Ai DeepNude problematic? - by snippsat - Jul-10-2019, 02:20 PM
RE: Ai DeepNude problematic? - by metulburr - Jul-10-2019, 02:45 PM
RE: Ai DeepNude problematic? - by ichabod801 - Jul-10-2019, 03:06 PM
RE: Ai DeepNude problematic? - by metulburr - Jul-10-2019, 03:59 PM
RE: Ai DeepNude problematic? - by Gribouillis - Jul-10-2019, 04:19 PM
RE: Ai DeepNude problematic? - by ichabod801 - Jul-10-2019, 04:32 PM
RE: Ai DeepNude problematic? - by metulburr - Jul-10-2019, 05:04 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020