-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
submit_result_multimmodel.py #13
Comments
crop_dir 我用的是MaskRCNN 抠出来的car 类别的图。 对应文章中的image alignment的后处理 |
郑博士您好 @layumi ,请问您的意思是crop操作不包含在这个respo里,而是需要自己额外手动扣吗?谢谢~ |
@HanwenCao |
谢谢郑博士 @layumi ,请问test_dir,就是./data/test_data,是怎么prepare出来的? |
请问您crop是使用maskrcnn的检测结果还是分割结果 |
@mozheng @HanwenCao 应该都行,当时是maskrcnn的检测结果。 |
@layumi 您好 I am really confused about what dataset should I use for submit. Should I use AIC20_ReID's Since AIC20_ReID's |
您好,在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')
并没有发现相关代码
The text was updated successfully, but these errors were encountered: