You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I tried to port the trained Faster RCNN from torchvision.models to RK3588 (orange pi 5), but I get an error in the photo. When trying to import a model written from scratch (article: https://towardsdatascience.com/understanding-and-implementing-faster-r-cnn-a-step-by-step-guide-11acfff216b0, github with code: https:/ /github.com/wingedrasengan927/pytorch-tutorials/tree/master/Object%20Detection) I get about the same error with the rpn layer. Importing libtorch didn't help. How can I import at least the standard, not fully trained FasterRCNN from torchvision.models? I've been struggling with this problem for over a week now.
The text was updated successfully, but these errors were encountered:
JohnConnor123
changed the title
Failure to import faster rcnn from torchhub
Failure to import faster rcnn from torchvision.models
Jul 8, 2024
JohnConnor123
changed the title
Failure to import faster rcnn from torchvision.models
Error None Zero(/rpm/NoneZero) when importing faster rcnn from torchvision.models.
Jul 8, 2024
JohnConnor123
changed the title
Error None Zero(/rpm/NoneZero) when importing faster rcnn from torchvision.models.
Error None Zero(/rpm/NoneZero) when importing faster rcnn from torchvision.models
Jul 8, 2024
JohnConnor123
changed the title
Error None Zero(/rpm/NoneZero) when importing faster rcnn from torchvision.models
Error NoneZero(/rpn/NoneZero) when importing faster rcnn from torchvision.models
Jul 8, 2024
JohnConnor123
changed the title
Error NoneZero(/rpn/NoneZero) when importing faster rcnn from torchvision.models
Error NonZero(/rpn/NonZero) when importing faster rcnn from torchvision.models
Jul 8, 2024
Hello. I tried to port the trained Faster RCNN from torchvision.models to RK3588 (orange pi 5), but I get an error in the photo. When trying to import a model written from scratch (article: https://towardsdatascience.com/understanding-and-implementing-faster-r-cnn-a-step-by-step-guide-11acfff216b0, github with code: https:/ /github.com/wingedrasengan927/pytorch-tutorials/tree/master/Object%20Detection) I get about the same error with the rpn layer. Importing libtorch didn't help. How can I import at least the standard, not fully trained FasterRCNN from torchvision.models? I've been struggling with this problem for over a week now.
My code:
The text was updated successfully, but these errors were encountered: