jiwoon-ahn / irn

Weakly Supervised Learning of Instance Segmentation with Inter-pixel Relations, CVPR 2019 (Oral)
MIT License
519 stars 100 forks source link

Fix path problem #15

Closed UdonDa closed 4 years ago

UdonDa commented 4 years ago

In this commit (https://github.com/jiwoon-ahn/irn/commit/4582a4bb31237acdbcf88d4e160c432dbe73d637#diff-6258eaa0121812f794b258d3bca170b4), you changed the wrong path in this line(https://github.com/jiwoon-ahn/irn/blob/master/misc/indexing.py#L14) So, I changed the path in train_iran.py to the correct path in indexing.py.