-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Mask output for Instance segmentation task #50
Comments
并且推理的时候速度很慢,并没有像作者论文里说的那样块,可能是我使用的方法不对吧,在output文件夹里还有一个inference文件夹里面也偶遇一个模型(不知道是干嘛的) |
我的是只有掩码预测,没有框预测 |
How did you get mask prediction? could you guide me in setting up the model for generating mask predictions? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello all,
I am trying to setup this model for Multi class instance segmentation task on custom dataset. If I closely monitor the results out of 15 classes only 5 classes are showing the very low output AP result and the rest all are showing the value 0.0AP. It seems the model has not learned anything and ran the model for around 450000 iterations with batch size of 16. All the dataset were properly labeled and double checked the configs
here are some of the configs
MODEL.SEM_HEAD: FastInstHead
MODEL.SEM_HEAD.NUM_CLASSES: 15
MODEL.FASTINST.TRANSFORMER_DECODER_NAME: FastInstDecoder
MODEL.FASTINST.TEST.INSTANCE_ON: True
When I load the model and few test images for inference I am only getting box predictions and there are no output mask predictions. If I execute this command after loading the model I get No masks found as the result.
can you guys point me out where the error is stemming out or where I am going wrong?
The text was updated successfully, but these errors were encountered: