lambdaloop / anipose

🐜🐀🐒🚶 A toolkit for robust markerless 3D pose estimation
http://anipose.org
BSD 2-Clause "Simplified" License
351 stars 66 forks source link

anipose analyze -- rename_dlc_files: FileExistsError #85

Open fmarbach opened 2 years ago

fmarbach commented 2 years ago

Problem: at the end of anipose analyze, FileExistsError occurs (see image, highlighted); it seems like for a given camera/video file, it generates multiple .pickle output files (see screenshot, at time of error) that are sequentially renamed to '...camera_name.pickle'. This is not the case in the tutorial, where there is only one .pickle file generated and the renaming does not throw this error (and one .h5 file) Details:

image PastedGraphic-1

fmarbach commented 2 years ago

solution: