jgraving / DeepPoseKit

a toolkit for pose estimation using deep learning
http://deepposekit.org
Apache License 2.0
391 stars 90 forks source link

Fix DLCDataGenerator path joining #67

Closed sugyan closed 3 years ago

sugyan commented 3 years ago

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 +.

stale[bot] commented 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.

stale[bot] commented 3 years ago

This issue has been automatically closed because it has not had recent activity.

Joilence commented 3 years ago

This is a valid fix and actually should be merged in my opinion. I encountered this issue, too. @jgraving