eric612 / MobileNet-YOLO

A caffe implementation of MobileNet-YOLO detection network
Other
865 stars 442 forks source link

How to store the predictions in the .txt file? #249

Closed MuhammadAsadJaved closed 4 years ago

MuhammadAsadJaved commented 4 years ago

Hi, How i can store the predictions for each frame from a video file in a .txt file?

For example I run the demo on video file and it store the frame number , object name or number and predicted bounding box values in a .txt file.