Semantic segmentation training model is correct? #4030
greg007-web
started this conversation in
General
Replies: 1 comment 1 reply
-
I think you should replace
with something like:
(much better option: use mmsegmentation.) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I dowloaded the semantic model from here:
https://github.com/facebookresearch/detectron2/tree/main/projects/PointRend#semantic-segmentation
And I used this code to train my customized model:
I ran on google colab, and worked and I obtained a model.
But the question is:
I made right? Is it a semantic model? Or is an instance model.
thanks
Beta Was this translation helpful? Give feedback.
All reactions