-
Hello, thank you for the project code you provided. I am using the mmdetection library to modify my own model. Now I want to use sahi to infer my modified model. But I have seen the source code of sahi and need to provide the corresponding URL. However, for my own model trained locally, I cannot provide its URL, but can only provide the corresponding weight file path. What changes do I need to make on the sahi source code, Looking forward to your reply, thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Did you got the solution , If it is please let us know here , Thanking you in advance. |
Beta Was this translation helpful? Give feedback.
-
You don't need to provide any URL. You must provide the weight path and config path for mmdetection models. Just follow the mmdetection demo notebook: https://github.com/obss/sahi/blob/main/demo/inference_for_mmdetection.ipynb |
Beta Was this translation helpful? Give feedback.
You don't need to provide any URL. You must provide the weight path and config path for mmdetection models.
Just follow the mmdetection demo notebook: https://github.com/obss/sahi/blob/main/demo/inference_for_mmdetection.ipynb