chenhang98 / BPR

code for `Look Closer to Segment Better: Boundary Patch Refinement for Instance Segmentation`
Apache License 2.0
173 stars 23 forks source link

problem of inference #45

Open BaoliangChen-stu opened 1 year ago

BaoliangChen-stu commented 1 year ago

During inference,If I can not get the ground truth, how can I get the patches.

chenhang98 commented 1 year ago

During inference, a "dummy" ground-truth json file is needed. The json file is to provide information about the image (for example, the mapping from image id to image file name) rather than annotations. You can refer to 2017 Testing Image info [1MB] file of the COCO dataset.

BaoliangChen-stu commented 1 year ago

Thank you for your answer!
I see what you mean.

mohdsaqibxa commented 1 year ago

@chenbaoliang123 Can you please share the steps to install the dependencies? I am facing several issues while installing it to try the demo notebook.