Open yaoshanliang opened 3 months ago
Sorry to bother you, I encountered the same issue as you when implementing the custom dataset. I would like to know if you now know how to modify the output format in ByteTrackInference/yolox/evaluators/mot_evaluator.py?
I am training on custom dataset using https://github.com/zyayoung/ByteTrackInference to generate the
det_db_motrv2.json
file.However, there are empty keys when there is no results for a frame, showing
I checked the source code in
ByteTrackInference/yolox/evaluators/mot_evaluator.py
There are empty txt files generated in the img folder, then and the json file does not contain the key. Thus, the should be no key for the empty results, and will cause the error when training.
Could you please specify how to solve the problem?