Closed sugyan closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically closed because it has not had recent activity.
This is a valid fix and actually should be merged in my opinion. I encountered this issue, too. @jgraving
I created the dataset for DeepLabCut and used it. But its indexes start with "labeled-data/..." and it failed to load images since try to load "dlc-proj-2020-11-20labeled-data...". Fixed joining paths using
os.path.join
instead of+
.