-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errors when training pointsup #4971
Comments
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. |
there is the whole error: Traceback (most recent call last): -- Process 1 terminated with the following error: |
I use this scrip "python train_net.py --config-file configs/mask_rcnn_R_50_FPN_3x_point_sup_point_aug_coco.yaml --num-gpus 2" to train pointsup,I use 2 3090gpus,then I encountered this error,I use '1.8.0+cu111' |
I'm having the same problem. |
I resolved this issue by passing keypoint_hflip_indices as a keyword argument line 85 in point_sup/detection_utils.py file |
when I use this scrip "python train_net.py --config-file configs/mask_rcnn_R_50_FPN_3x_point_sup_point_aug_coco.yaml --num-gpus 2" to train pointsup,I use 2 3090gpus,then I encountered this error,I use '1.8.0+cu111'
The text was updated successfully, but these errors were encountered: