Closed arevel190 closed 7 years ago
@bendidi I'll have a look into Sort. Also, is there a way to output the ID number to a txt file or print it?
Once again thank you for your help!
you can set the csv FLAG to true it will write at run time the ID number ans the corresponding box in a csv file as mentioned in ReadMe :
csv : save csv file of detections in the format (frame_id,object_id,x,y,w,h)
I've added sort to the project , you can test it by setting FLAGS.tracker = "sort" and changing FLAGS.trackObj = "people" to the object you want to track
@bendidi I just used the code you provided and now I am getting the following error:
Traceback (most recent call last):
File "run.py", line 3, in
I really appreciate your help.
@arevel190 it should be working now ! Tested on my machine with python2 & 3 , and i had no problem
@bendidi Hi, I tried reinstalling your git but now when I initialize all submodules I get the following error:
_Submodule 'darkflow' (https://github.com/bendidi/darkflow) registered for path 'darkflow' Submodule 'deep_sort' (https://github.com/bendidi/deep_sort.git) registered for path 'deep_sort' Submodule 'sort' (https://github.com/bendidi/sort.git) registered for path 'sort' Cloning into '/Users/pedareva1/Tracking-with-darkflow/darkflow'... Cloning into '/Users/pedareva1/Tracking-with-darkflow/deepsort'... Cloning into '/Users/pedareva1/Tracking-with-darkflow/sort'... error: Server does not allow request for unadvertised object 225c4eb02a10caa375d2f76c185a34750a57fa61 Fetched in submodule path 'darkflow', but it did not contain 225c4eb02a10caa375d2f76c185a34750a57fa61. Direct fetching of that commit failed.
Once again, thank you very much for your constant help.
it should propably work now, I've removed darkflow and re-added it so there shouldn't be a problem(Althrough I still don't understand why it wasn't working in the first place )
@bendidi I just tested it again and it is working fine when I use deep_sort. But when I use sort I get this error:
_Traceback (most recent call last):
File "run.py", line 27, in
Thanks a lot for your help.
I can't really help in this case as this an error specific for python in Mac OS, you can start with doing what they said :
´please either reinstall Python as a framework, or try one of the other backends. If you are using (Ana)Conda please install python.app and replace the use of 'python' with 'pythonw'. See 'Working with Matplotlib on OSX' in the Matplotlib FAQ for more information.´
@bendidi Sounds good. I will try to test it on a Windows and Linux Machine to see how it goes. Thanks a lot for your help!
Hi,
I wanted to know if there is a clear path / tutorial that I could follow to train deep sort on detecting my own categories, like logos or objects?
Thanks a lot for your help :)