megvii-research / Iter-E2EDET

Official implementation of the paper "Progressive End-to-End Object Detection in Crowded Scenes"
MIT License
88 stars 8 forks source link

Can I use coco format annotation directly? #20

Open hoya-cho opened 2 years ago

hoya-cho commented 2 years ago

The format of crowdhuman data is known as the odgt format. Are you using the crowdhuman data format converted to coco format? Or do you ignore coordinate values or attribute values that are not in coco format?

and Do I have to input both coco format json(train,eval) and odgt format json(train,eval) into config.py?

yexiguafuqihao commented 2 years ago

We use coco format for both training and testing.