@cafeliu5401

The matterport repo updated their requirements.txt, and bunch of other things like folder structure. Using their requirements.txt, run samples\demo.ipynb worked for me.

@ManojChoudhury99

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

@Frenchnostalgique

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.

@basirbasirbasir

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

@YAakash

i just found this channel and already starting to like it. :)

@DanielWeikert

Great work again Mark. Highly appreciate it. Your videos are awesome

@apurvamhatre4946

This worked for me. Thank you so much for such a comprehensive explanation!

@kavinduwijewickrama8591

Awesome and everything explained well!!! Thank you

@jenlee6693

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'

@arjunc1482

your videos are very helpful..Thanks mark!!!

@wolfisraging

First,... Well thank u very much for tutorials

@leonaramy9153

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

@waynezhang8755

thanks this helps. But I did not create virtual environment and it still runs well with first demo.

@passantaliahmedfarid5910

Thanks for your amazing tutorials, do you have any plans to upload videos for tracking vehicles and pedestrians using Deep Sort?

@AlvaroFernandoMS

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!

@md.shafiqulislam5692

Nice Tutorial

@dmkataurov5486

Thank you, friend! really helped!

@Glueckspilz6267

Thank you alot! I needed also some other libraries like matplotlib, openCV etc.. no problem to install them tho.

@MarcoCortex

to download the repo you have to first install git, download git from https://git-scm.com/downloads .