Open mary-0830 opened 2 years ago
I'm having the same problem now, did you fix it now?
i am also having the same problem
[08/25 12:39:36] d2.engine.defaults INFO: Evaluation results for Clipart1k_test in csv format: [08/25 12:39:36] d2.evaluation.testing INFO: copypaste: Task: bbox [08/25 12:39:36] d2.evaluation.testing INFO: copypaste: AP,AP50,AP75 [08/25 12:39:36] d2.evaluation.testing INFO: copypaste: 10.3707,21.6129,8.3406 [08/25 12:39:36] d2.data.common INFO: Serializing 500 elements to byte tensors and concatenating them all ... [08/25 12:39:36] d2.data.common INFO: Serialized dataset takes 0.23 MiB [08/25 12:39:36] d2.data.dataset_mapper INFO: [DatasetMapper] Augmentations used in inference: [ResizeShortestEdge(short_edge_length=(800, 800), max_size=1333, sample_style='choice')] [08/25 12:39:36] d2.evaluation.evaluator INFO: Start inference on 250 images [08/25 12:39:41] d2.evaluation.evaluator INFO: Inference done 11/250. 0.0293 s / img. ETA=0:00:07 [08/25 12:39:46] d2.evaluation.evaluator INFO: Inference done 156/250. 0.0313 s / img. ETA=0:00:03 [08/25 12:39:50] d2.evaluation.evaluator INFO: Total inference time: 0:00:08.974351 (0.036630 s / img per device, on 2 devices) [08/25 12:39:50] d2.evaluation.evaluator INFO: Total inference pure compute time: 0:00:07 (0.031380 s / img per device, on 2 devices) [08/25 12:39:51] d2.engine.defaults INFO: Evaluation results for Clipart1k_test in csv format: [08/25 12:39:51] d2.evaluation.testing INFO: copypaste: Task: bbox [08/25 12:39:51] d2.evaluation.testing INFO: copypaste: AP,AP50,AP75 [08/25 12:39:51] d2.evaluation.testing INFO: copypaste: 0.0000,0.0000,0.0000
when i do eval only i get 0 AP, the teacher AP is zero, any fixes?
i am also having the same problem
[08/25 12:39:36] d2.engine.defaults INFO: Evaluation results for Clipart1k_test in csv format: [08/25 12:39:36] d2.evaluation.testing INFO: copypaste: Task: bbox [08/25 12:39:36] d2.evaluation.testing INFO: copypaste: AP,AP50,AP75 [08/25 12:39:36] d2.evaluation.testing INFO: copypaste: 10.3707,21.6129,8.3406 [08/25 12:39:36] d2.data.common INFO: Serializing 500 elements to byte tensors and concatenating them all ... [08/25 12:39:36] d2.data.common INFO: Serialized dataset takes 0.23 MiB [08/25 12:39:36] d2.data.dataset_mapper INFO: [DatasetMapper] Augmentations used in inference: [ResizeShortestEdge(short_edge_length=(800, 800), max_size=1333, sample_style='choice')] [08/25 12:39:36] d2.evaluation.evaluator INFO: Start inference on 250 images [08/25 12:39:41] d2.evaluation.evaluator INFO: Inference done 11/250. 0.0293 s / img. ETA=0:00:07 [08/25 12:39:46] d2.evaluation.evaluator INFO: Inference done 156/250. 0.0313 s / img. ETA=0:00:03 [08/25 12:39:50] d2.evaluation.evaluator INFO: Total inference time: 0:00:08.974351 (0.036630 s / img per device, on 2 devices) [08/25 12:39:50] d2.evaluation.evaluator INFO: Total inference pure compute time: 0:00:07 (0.031380 s / img per device, on 2 devices) [08/25 12:39:51] d2.engine.defaults INFO: Evaluation results for Clipart1k_test in csv format: [08/25 12:39:51] d2.evaluation.testing INFO: copypaste: Task: bbox [08/25 12:39:51] d2.evaluation.testing INFO: copypaste: AP,AP50,AP75 [08/25 12:39:51] d2.evaluation.testing INFO: copypaste: 0.0000,0.0000,0.0000
when i do eval only i get 0 AP, the teacher AP is zero, any fixes?
It is burn-in stage, where only the student model is trained with labeled data. you can find the setting in init function in trainer
Hello, when I execute the verification command, the accuracy is 0. But in the process of training, there are scores in the verification. What's the matter?
command: python train_net.py --eval-only --num-gpus 8 --config configs/Faster-RCNN/coco-standard/faster_rcnn_R_50_FPN_ut2_sup10_run0.yaml --dist-url tcp://127.0.0.1:50158 MODEL.WEIGHTS output/model_0164999.pth SOLVER.IMG_PER_BATCH_LABEL 8 SOLVER.IMG_PER_BATCH_UNLABEL 8
outputs:
[07/25 10:06:52 d2.engine.defaults]: Evaluation results for coco_2017_val in csv format: [07/25 10:06:52 d2.evaluation.testing]: copypaste: Task: bbox [07/25 10:06:52 d2.evaluation.testing]: copypaste: AP,AP50,AP75,APs,APm,APl [07/25 10:06:52 d2.evaluation.testing]: copypaste: 0.0002,0.0003,0.0003,0.0000,0.0000,0.0002