Replies: 3 comments 2 replies
-
Hi, How can I trained faster_rcnn_resnet5-_fpn with 3x224x224 images. |
Beta Was this translation helpful? Give feedback.
-
Hi I am trying to train a detectron model on BDD dataset and I got following error: I know nonzero method is used in the wrapper.py but it gives me this error even for smallest batch sizes. So I wonder how can I solve this? can I use any other method in place of nonzero()? |
Beta Was this translation helpful? Give feedback.
-
how can I convert any pytorch model into ONNX |
Beta Was this translation helpful? Give feedback.
-
Welcome to Detectron2 Discussions! This forum is a great place to ask the community "how-to" type of questions or discuss other interesting topics related to the project.
Similar to how projects like Pytorch, we will now use "issues" only for topics that potentially lead to commits: bugs/errors, feature requests, documentation improvements, etc. Topics outside the issue categories will be moved or directed to "discussions" instead.
"Discussions" is meant to be a community like Stackoverflow or PyTorch forum: asking clear, concise questions help you get answered. Some tips on using this forum more effectively:
At last, please follow github community guidelines and our code of conduct in discussions.
Thanks for your interest in detectron2!
Beta Was this translation helpful? Give feedback.
All reactions