sort
sort copied to clipboard
How to get det.txt file ?
Hi, I have a question. How to get det.txt file? Using by detection ? Give me a information about det.txt file.
How can we create our own det.txt file ?
@beyhangl that’s right! from our data. by od(ssd, faster r cnn...)
You can use object detection algorithm(yolo,ssd,fast rnn) to detect specific category object in your own video,and then you need to save the bounding box and other information given by detector as det.txt's format. det.txt format: frame_id,-1,xmin,ymin,w,h,confidence,-1,-1,-1 frame_id : number of current frame in frame sequence. xmin,ymin,w,h: bounding box of one object confidence:score of this detection. -1:ignore.You don't need to care this.
@cosimo17 Please check my issue @ https://github.com/abewley/sort/issues/153 Any help is appreciated.