mrkieumy / task-conditioned

This source code implements our ECCV paper "task-conditioned domain adaptation for pedestrian detection in thermal imagery".

Home Page:https://github.com/mrkieumy/task-conditioned

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to train it on FLIR

Caroline-6 opened this issue · comments

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?

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.