Yu-Jhe Li
Yu-Jhe Li
We haven't provided the local pre-trained weights yet. Which weight were you loading?
@Nure123 The pre-trained weights are for the d2go prod codes at: https://github.com/facebookresearch/adaptive_teacher/tree/main/prod_lib You will need to align the keys
@Nure123 The pretrained models are updated for Clipart. You can load these weights again to see if you still have issues.
@mecarill There is no VGG16 pre-trained model for detectron2 so I trained it from scratch.
@ad45675 I did not have this message when I loaded the model. Did you clone the updated code?
I did not get this error. When you look into the class COCOEvaluator, these two parameters are not supposed to be required:
@cwhgn check if comment this line works for you for the clipart? https://github.com/facebookresearch/adaptive_teacher/blob/main/adapteacher/data/dataset_mapper.py#L83
@cwhgn Are you looking at AP50 instead of AP? For AP50 of each class, please find it in the tensorboard.
@cwhgn see https://github.com/facebookresearch/adaptive_teacher/issues/25
Sry I did not copy the correct Base-RCNN-C4 I used internally. I copied the one from detectron2. Will update.