duanzhiihao / RAPiD

RAPiD: Rotation-Aware People Detection in Overhead Fisheye Images (CVPR 2020 Workshops)
http://vip.bu.edu/rapid/
Other
213 stars 63 forks source link

valJan Dataset? #9

Closed nemtiax closed 4 years ago

nemtiax commented 4 years ago

train.py contains a reference to a validation dataset called 'valJan'. I assume it's from your group since the path is "COSSY/valJan". Is this a separate dataset, or just some validation data taken from HABBOF/CEPDOF/etc.?

        train_img_dir = '../../../COCO/train2017'
        train_json = '../../../COCO/annotations/instances_train2017.json'
        val_img_dir = '../../../COSSY/valJan/'
        val_json = '../../../COSSY/annotations/valJan.json'
duanzhiihao commented 4 years ago

It's a subset of the MW-R dataset. I just randomly selected some images from the MW-R dataset and named it 'valJan validation set' since I did it in January 2020.

You can do the same thing as me, or you can use any validation set you like. For example, you could choose one of the videos from the HABBOF/CEPDOF as your validation set.

nemtiax commented 4 years ago

Makes sense! I just wanted to make sure it wasn't something critical I was missing.

Thanks for the reply!