pytorch/vision
Auf GitHub ansehenImprove error message when number of anchors mismatch
Open
#1.539 geöffnet am 30. Okt. 2019
enhancementhelp wantedmodule: modelstopic: object detection
Repository-Metriken
- Stars
- (15.050 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 12T 8h) (14 gemergte PRs in 30 T)
Beschreibung
See discussion in https://github.com/pytorch/vision/issues/1308#issuecomment-547964507
We should add checks in https://github.com/pytorch/vision/blob/067704986d92a3dff4ccf4a686080b3d31390402/torchvision/models/detection/rpn.py#L440 so that it's clearer to users what they need to change if they face such an error in the future.