Closed JWSunny closed 1 year ago
OK,i solved it~
the best model pth, how to confirm in training process?
It is introduced in the train doc.
how to save the best model in test_data during training process? can i modify which file,not familiar with detectron2
You could integrate evaluating during training by modifying https://github.com/hustvl/ViTMatte/blob/main/main.py#L41.
can you release the evaluating during training? How do you save the best model during training?
We didn't do that. We just simply choose the weights from the last epoch of training as our final weights.
OK! i see, thanks~
thanks for your sharing, the training model weight is 1.2G in my dataset,but provide the ViTMatte_xxx.pth is 337M, hwo to convert?