Deep-Feature-Flow icon indicating copy to clipboard operation
Deep-Feature-Flow copied to clipboard

I think there is a little error at lib/utils/image.py!

Open tissuemother opened this issue 4 years ago • 0 comments

I think line 32 and 68 have to be change from assert os.path.exists(roi_rec['image']), '%s does not exist'.format(roi_rec['image'])
to assert os.path.exists(roi_rec['image']), '{} does not exist'.format(roi_rec['image']) . If the problem just regards to python version, i am sorry. :) ;;

tissuemother avatar Aug 04 '20 11:08 tissuemother