mrkieumy / task-conditioned

This source code implements our ECCV paper "task-conditioned domain adaptation for pedestrian detection in thermal imagery".
https://github.com/mrkieumy/task-conditioned
MIT License
30 stars 9 forks source link

How to train it on FLIR #3

Open Caroline-6 opened 3 years ago

Caroline-6 commented 3 years ago

hey, i want to know that how to train the model on FLIR. The annotations file is .xml, what should i do to change .xml to *.txt?

mrkieumy commented 3 years ago

Hey @Caroline-xt C, sorry for the late answer, to train on FLIR or any dataset, you must convert the annotation to the COCO format which was used to train YOLO network. So, you just write a small script to convert all these annotation files. Best regards.