AICIty-reID-2020
AICIty-reID-2020 copied to clipboard
submit_result_multimmodel.py
您好,在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') 并没有发现相关代码
crop_dir 我用的是MaskRCNN 抠出来的car 类别的图。 对应文章中的image alignment的后处理 https://github.com/facebookresearch/detectron2
crop_dir 我用的是MaskRCNN 抠出来的car 类别的图。 对应文章中的image alignment的后处理 https://github.com/facebookresearch/detectron2
郑博士您好 @layumi ,请问您的意思是crop操作不包含在这个respo里,而是需要自己额外手动扣吗?谢谢~ 另外test_dir是怎么来的呢?
@HanwenCao 是用detectron的模型来crop的。
@HanwenCao 是用detectron的模型来crop的。
谢谢郑博士 @layumi ,请问test_dir,就是./data/test_data,是怎么prepare出来的?
crop_dir 我用的是MaskRCNN 抠出来的car 类别的图。 对应文章中的image alignment的后处理 https://github.com/facebookresearch/detectron2
请问您crop是使用maskrcnn的检测结果还是分割结果
@mozheng @HanwenCao 应该都行,当时是maskrcnn的检测结果。
@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.