Closed arevel190 closed 7 years ago
Hi,
I wanted to know if it is possible to get a real time csv file (no need to be tracked) of all the objects darkflow detects. This would be super useful for context analysis.
Thank you very much!
you can achieve that by modifying predict.py : you can get all the detection from this line and you just need to write them to csv like in here
@bendidi Thank you very much!
Hi,
I wanted to know if it is possible to get a real time csv file (no need to be tracked) of all the objects darkflow detects. This would be super useful for context analysis.
Thank you very much!