datitran / object_detector_app

Real-Time Object Recognition App with Tensorflow and OpenCV
https://medium.com/towards-data-science/building-a-real-time-object-recognition-app-with-tensorflow-and-opencv-b7a2b4ebdc32
MIT License
1.3k stars 746 forks source link

environment.yml for conda linux. #32

Open hblanken opened 6 years ago

hblanken commented 6 years ago

Hi - this is a fun little project. You mentioned that the .yml is for MacOS currently. I get various package version conflicts on linux. Such as: UnsatisfiableError: The following specifications were found to be in conflict:

Does anyone know how to get it to run on Linux? Would be great.

mccbala commented 6 years ago

Adding tbb 4.3 to the above list.

samcrane8 commented 6 years ago

I changed tbb to menpo::tbb i changed pillow=4.1.1=py35_0 to pillow=4.2.1=py35_0 //not sure if this matters. I then changed qt=5.6.2=2 to qt=5.6.2

Now everything compiles. Can't guarantee it entirely works yet until I setup a way for it to analyze rtmp stream video, but there are no conflicts.