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

Is Tutorial Material still useful in the current version? #14

Closed ai1urus closed 2 years ago

ai1urus commented 2 years ago

Thanks for the amazing work!

I am trying to run inference in my own datasets.

I found some tutorials in ./demo and ./docs, are these materials still useful in the current version?

chenhang98 commented 2 years ago

No, these files are from mmsegmentation without modification. It is recommended that you first convert the dataset to COCO or Cityscape format, and then use inference_coco.sh or inference.sh for inference.

ai1urus commented 2 years ago

No, these files are from mmsegmentation without modification. It is recommended that you first convert the dataset to COCO or Cityscape format, and then use inference_coco.sh or inference.sh for inference.

Got it. Thank you!