Amodal-Segmentation-Based-on-Visible-Region-Segmentation-and-Shape-Prior icon indicating copy to clipboard operation
Amodal-Segmentation-Based-on-Visible-Region-Segmentation-and-Shape-Prior copied to clipboard

Inference script

Open Alek-dr opened this issue 3 years ago • 2 comments

Hello!

Thanks for awesome work! I succesfullly trained model on coco data, but I can't figure out how to make inference Pls, can you provide some example? I'm stuck :(

Alek-dr avatar Apr 07 '21 21:04 Alek-dr

Thanks for your interest. After your training, the trained model will be tested automatically.

You can also use "python tools/train_net.py --config-file configs/{your_yaml_file}
--eval-only MODEL.WEIGHTS {your_OUTPUT_DIR}/model_final.pth" to make inference.

YutingXiao avatar Apr 08 '21 11:04 YutingXiao

@YutingXiao I suppose the OP is asking for a way to make predictions using your model: put in one's own data and output predicted amodal masks, possibly in order to do something with them after. Does your code include such a tool, or do we have to hack something ourselves?

Noiredd avatar Aug 27 '21 08:08 Noiredd