ChenhongyiYang / PPAL

[CVPR 2024] Plug and Play Active Learning for Object Detection
Apache License 2.0
68 stars 8 forks source link

Training each round from scratch? #15

Closed Ab-34 closed 1 month ago

Ab-34 commented 1 month ago

Thank you very much for your code.

I had a slight clarification. In each round, you are adding the new data to the old, saving as a json file and training from scratch (with model initialized to resnet checkpoints), right?

As in the training command for each round, the resume-checkpoint and the auto-resume have not been passed as arguments.

ChenhongyiYang commented 1 month ago

yes, the models are training from scratch in each round.