er-muyue / DeFRCN

MIT License
181 stars 43 forks source link

AssertionError: Checkpoint checkpoints/voc/mydefrcn/defrcn_det_r101_base1/model_reset_remove.pth not found! #58

Closed yewanzhuo closed 1 year ago

yewanzhuo commented 1 year ago

When I run bash run_voc.sh mydefrcn 1, I get the following error: AssertionError: Checkpoint checkpoints/voc/mydefrcn/defrcn_det_r101_base1/model_reset_remove.pth not found!. Where can I get model_reset_remove.pth?

ZZ2490 commented 1 year ago

I also encountered this problem, have you solved it?

kobemaker commented 1 year ago

I would like to ask if this file is the result of my own training or provided by the author,model_reset_remove.pth

STSTERANDMOMO commented 1 year ago

i met the same question

QSJZDDY commented 1 year ago

Have you solve this problem?

fky07 commented 1 year ago

I met the same question,have you solve it

ragini9m commented 1 year ago

I encountered this problem and if you check in the training file you'll see that this file is being created there. You are facing this error because the training file is failing before it can reach that point. Most probably it's a path error.