jiwoon-ahn / irn

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

run_samples.py ValueError #46

Open wow056 opened 1 year ago

wow056 commented 1 year ago
image

load_img_name_list function does not work well on the voc2012 dataset.

ASPrimeK commented 1 year ago

Try np.genfromtxt instead of np.loadtxt