Skip to content
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

i have a question #4

Open
YinXiaojieCSDN opened this issue May 14, 2019 · 4 comments
Open

i have a question #4

YinXiaojieCSDN opened this issue May 14, 2019 · 4 comments

Comments

@YinXiaojieCSDN
Copy link

YinXiaojieCSDN commented May 14, 2019

Hello,I run your project,but i can only get maskRCNN__png. I can not get other that you show your result in your article.I want to know how i need to do.

@fabienbaradel
Copy link
Owner

Hi @YinXiaojieCSDN,
What do you mean by "maskRCNN__png"? Sorry but I do not understand what would you like to do?
Do you want to do transfer learning on other datasets?
Best,

@YinXiaojieCSDN
Copy link
Author

I want to do transfer learning on other datasets in future. Now I want to run your project to know what effect I can get through your project.I run your project followed your prompts. I do preprocessing ,training ,testing.I only get masks,and the masks are very blurry.Why I can not get the semantics in a video or between pictures.

@fabienbaradel
Copy link
Owner

Okay I have now a big picture of what you want to do, thanks.
Yes the masks are not perfect because they are estimated and do not correspond to ground-truth masks. You can increase the confidence threshold from 0.5 to 0.8 if you want to handle only less blurry masks. By default, I have included objects that have been detected with at least a confidence of 0.5.
What do you mean by "getting the semantics in a video or between pictures"? You want to get the predicted classes for each video?
In this case you go here https://github.com/fabienbaradel/object_level_visual_reasoning/blob/master/inference/train_val.py#L184 , the variables outputcorresponds to the predictions for the whole video.

About transfer learning, you should first run MaskRCNN on the new dataset using for example the official version. You can look at this repo https://github.com/facebookresearch/maskrcnn-benchmark
Once you have the masks data you have to create a new dataloader and then you can use the current code to train on your dataset.

I hope that it helps you.

@YinXiaojieCSDN
Copy link
Author

Thank you , so ,how i can get the output?i print it ,but i get nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants