Jackson.X

Results 4 comments of Jackson.X

I have the same problem Traceback (most recent call last): File "/root/autodl-tmp/code/detectron2/detectron2/engine/train_loop.py", line 149, in train self.run_step() File "/root/autodl-tmp/code/detectron2/detectron2/engine/defaults.py", line 494, in run_step self._trainer.run_step() File "/root/autodl-tmp/code/detectron2/detectron2/engine/train_loop.py", line 274, in run_step...

If MASKIOU_ON = True, the error will come up. If MASKIOU_ON = False, the error will not take place. cropped_mask = crop(instances_per_image.gt_masks.polygons, instances_per_image.proposal_boxes.tensor) The MASKIOU only can be trained with...