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

Details about the file structure #4

Closed YeolJ00 closed 3 years ago

YeolJ00 commented 3 years ago

It is unclear what the directory is suppose to contain in the README document.

Suppose you have some instance segmentation results of Cityscapes dataset, as the following format:

maskrcnn_val

what is the .txt file suppose to contain?

chenhang98 commented 3 years ago

Same with the standard format required by the cityscape script , e.g.

frankfurt_000000_000294_leftImg8bit_0_person.png 24 0.9990299940109253
frankfurt_000000_000294_leftImg8bit_1_person.png 24 0.9810258746147156
frankfurt_000000_000294_leftImg8bit_2_person.png 24 0.3322693705558777
....

If you are using mmdetection, the output format meets the requirements automatically