Ouail Bendidi

Results 42 comments of Ouail Bendidi

I'll reopen this because I'me very interested to see if anyone has any idea or advise on how to fix this issue and increase accuracy of tracking in general, I'm...

you can get the classes from this [line](https://github.com/bendidi/darkflow/blob/bc2f5c0116d7770c49d0e6662f6fc2d3dcd2a73f/darkflow/net/yolov2/predict.py#L98), it's the `mess` variable

there is no automatique training done in this project, only pretrained models are used here , you can improve detection by training your own models on your data, you can...

they are used for tensorboard, to visualise the darkflow model and the training params (they will be removed in next version i'm working on ) so you can just delete...

check this file : https://github.com/bendidi/darkflow/blob/bc2f5c0116d7770c49d0e6662f6fc2d3dcd2a73f/darkflow/net/yolov2/predict.py

the last error is because your camera or video file is not working , or there is a typo the video path you provided , for the first you need...

as I've said, it's probably that your camera is not detected , try it alone to see if it is working or not , here is a little script to...

Hi , I'm planning on adding it in the next version (major cleaning of the code, and adding new features ) , but if you want to do it ,...

voc-traffic model is the trained model talked about in this [thread](https://github.com/bendidi/Tracking-with-darkflow/issues/16)

test it without tracking enabled , and check if there are detections , if there is no detection then it's normal that there will be no tracking