layumi / AICIty-reID-2020

:red_car: The 1st Place Submission to AICity Challenge 2020 re-id track (Baidu-UTS submission)
MIT License
449 stars 110 forks source link

submit_result_multimmodel.py #13

Open daiguangzhao opened 4 years ago

daiguangzhao commented 4 years ago

您好,在46-47行 parser.add_argument('--test_dir', default='../data/test_data', type=str, help='./test_data') parser.add_argument('--crop_dir', default='../data/cropped_aicity', type=str, help='./test_data') 并没有发现相关代码

layumi commented 4 years ago

crop_dir 我用的是MaskRCNN 抠出来的car 类别的图。 对应文章中的image alignment的后处理 https://github.com/facebookresearch/detectron2

HanwenCao commented 4 years ago

crop_dir 我用的是MaskRCNN 抠出来的car 类别的图。 对应文章中的image alignment的后处理 https://github.com/facebookresearch/detectron2

郑博士您好 @layumi ,请问您的意思是crop操作不包含在这个respo里,而是需要自己额外手动扣吗?谢谢~ 另外test_dir是怎么来的呢?

layumi commented 4 years ago

@HanwenCao 是用detectron的模型来crop的。

HanwenCao commented 4 years ago

@HanwenCao 是用detectron的模型来crop的。

谢谢郑博士 @layumi ,请问test_dir,就是./data/test_data,是怎么prepare出来的?

mozheng commented 3 years ago

crop_dir 我用的是MaskRCNN 抠出来的car 类别的图。 对应文章中的image alignment的后处理 https://github.com/facebookresearch/detectron2

请问您crop是使用maskrcnn的检测结果还是分割结果

layumi commented 3 years ago

@mozheng @HanwenCao 应该都行,当时是maskrcnn的检测结果。

vokhidovhusan commented 3 years ago

@layumi 您好 When I crop images, should I crops images from val set or directly from AIC20_ReID's image_query and image_test sets.

I am really confused about what dataset should I use for submit. Should I use AIC20_ReID's image_query and image_test sets or val dataset which created from train dataset.

Since AIC20_ReID's image_query and image_test dataset doesn't provide camera ID How can I make query_cam_preds_baidu.txt and gallery_cam_preds_baidu.txt files.