sort icon indicating copy to clipboard operation
sort copied to clipboard

How to get det.txt file ?

Open hongym7 opened this issue 5 years ago • 4 comments

Hi, I have a question. How to get det.txt file? Using by detection ? Give me a information about det.txt file.

hongym7 avatar Mar 06 '19 01:03 hongym7

How can we create our own det.txt file ?

beyhangl avatar Mar 09 '19 13:03 beyhangl

@beyhangl that’s right! from our data. by od(ssd, faster r cnn...)

hongym7 avatar Mar 09 '19 23:03 hongym7

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 avatar May 31 '19 07:05 cosimo17

@cosimo17 Please check my issue @ https://github.com/abewley/sort/issues/153 Any help is appreciated.

varungupta31 avatar Jan 26 '22 18:01 varungupta31