1st thing which worked straight on windows 10.great tut! just had one tweak with my conda : >conda install -c conda-forge pillow=4.3.0 It works fine pillow 5.0.0 without anaconda
Info for 2020 viewers : You might not be able to use tensorflow-gpu 1.5 because of your version of CUDA. CUDA 9 is required but is not always compatible with a newer graphics card. I have a GeForce RTX 2060 and I use : cuda 10.0 cuDNN 7.4.1 for cuda 10 tensorflow-gpu==1.13.1 keras==2.2.4 (Python is 3.6.10) also I had to install (through pip) imgaug. Now it runs fine.
hi everyone, this is a great video and thank you, I think the best way to download this is to swap step 2 and one, you want to clone first and then pip install from the current requirements.txt
i just found this channel and already starting to like it. :)
Great work again Mark. Highly appreciate it. Your videos are awesome
This worked for me. Thank you so much for such a comprehensive explanation!
Awesome and everything explained well!!! Thank you
When I ran demo file, I had a problem with dependency 'imageaug'(Error message : ModuleNotFoundError: No module named 'imgaug'). It was solved by 'pip install imgaug' and also installing cv2 by 'pip install opencv-python'
your videos are very helpful..Thanks mark!!!
First,... Well thank u very much for tutorials
For those who have problems installing the Visual C++ 2015 Build Tools, here are the solutions that work for me Install (1). Visual C++ 2015 Build Tools ( https://go.microsoft.com/fwlink/?LinkId=691126 ) (2). Visual C++ 2017 Build Tools ( https://visualstudio.microsoft.com/vs/older-downloads/ ) *** -you must sign in first so that you can find the (2) -Visual Studio 2017 and Visual C++ 2017 Build Tools are a different software -when installing the number (2), choose Desktop Development For C++ and tick all the checkboxes under Optional
thanks this helps. But I did not create virtual environment and it still runs well with first demo.
Thanks for your amazing tutorials, do you have any plans to upload videos for tracking vehicles and pedestrians using Deep Sort?
Thanks, man! I'm using python 2.7 and it is working as well. I just need to change some imports, like "import urllib.request" to "from urllib2 import urlopen" in coco.py file. I'm using CUDA 9.1 and TensorFlow 1.6.0rc1. Thanks again!
Nice Tutorial
Thank you, friend! really helped!
Thank you alot! I needed also some other libraries like matplotlib, openCV etc.. no problem to install them tho.
to download the repo you have to first install git, download git from https://git-scm.com/downloads .
@cafeliu5401