VisionWorld

Results 6 comments of VisionWorld

Thank you @scnuhealthy for the response. i am little confuse as you know that on coco evaluation dataset the model generate output in .ckpt format like model.ckpt-495.data-00000-of-00001 model.ckpt-495.index model.ckpt-495.meta do...

> Sorry, I have not finished the evaluation code. You can reorganize the outputs into coco format and use the coco evaluation tool to evaluate. I think the other source...

> @niazahamd89 I think you might need to translate your result into COCO format by yourself maybe. Hope the link below will help you: > > https://github.com/nightrome/cocostuffapi @KaiChen1998 thanks for...

> .ckpt is just the trained model file, not the output result. I think the predict keypoints and instances masks shown in demo.py is the result you want. The pipeline...

Thank you @KaiChen1998 i am trying to generate the pose results but if are concerned to do evaluation after training let me share how you are going to do this.

Hi @KaiChen1998 i need a little information regarding your repo, when ever i feed the image into the model it gives me the result always in 401x401 dimensions is it...