zhenyuw16 / UniDetector

Code release for our CVPR 2023 paper "Detecting Everything in the Open World: Towards Universal Object Detection".
Apache License 2.0
526 stars 24 forks source link

Can you please provide the file 'rp_val_ow.pkl' without it? #14

Open Rzx520 opened 1 year ago

Rzx520 commented 1 year ago

When testing process ‘clip_decouple_faster_rcnn_r50_c4_1x_lvis_v0.5_2ndstage.py ’, it appears that there is no such file 'rp_val_ow.pkl'. Can you provide it? Thank you.

Kegard commented 1 year ago
bash tools/dist_test.sh configs/inference/clip_decouple_faster_rcnn_r50_c4_1x_lvis_v0.5_1ststage.py [path_for_trained_checkpoints] 8 --out rp_val_ow.pkl

this scipt will output the "rp_val_ow.pkl"

Rzx520 commented 1 year ago

Thank u.May I ask if a visual demo file can be provided?

------------------ 原始邮件 ------------------ 发件人: "zhenyuw16/UniDetector" @.>; 发送时间: 2023年5月18日(星期四) 下午2:31 @.>; @.**@.>; 主题: Re: [zhenyuw16/UniDetector] Can you please provide the file 'rp_val_ow.pkl' without it? (Issue #14)

bash tools/dist_test.sh configs/inference/clip_decouple_faster_rcnn_r50_c4_1x_lvis_v0.5_1ststage.py [path_for_trained_checkpoints] 8 --out rp_val_ow.pkl

this scipt will output the "rp_val_ow.pkl"

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Kegard commented 1 year ago

maybe u can see the answer in #4