natwillems1

Results 2 issues of natwillems1

I transferred my own images in the "testimages/images" directory and ran inference with the following command: ``` config_file = "./EgoHOS/mmsegmentation/work_dirs/twohands_to_cb_ccda/twohands_to_cb_ccda.py" checkpoint_file = "./EgoHOS/mmsegmentation/work_dirs/twohands_to_cb_ccda/best_mIoU_iter_76000.pth" pred_seg_dir = "./EgoHOS/testimages/pred_cb" model = init_segmentor(config =...

Similar issue to previous (closed) ones but none of those answers worked in my case. Reproducible example: ``` resnet = models.resnet50(pretrained=True) model = SelfSupervisedLearner( resnet, image_size=IMAGE_SIZE, hidden_layer="avgpool", projection_size=256, projection_hidden_size=4096, moving_average_decay=0.99,...