| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR removes dead code from the PyTorch pose estimation utilities by deleting an unused create_folder helper and its now-unneeded os import, keeping the module focused on actively used utilities.
Changes:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The create_folder function in deeplabcut/pose_estimation_pytorch/utils.py was defined but never imported or called anywhere in the codebase. This PR removes it along with the now-unnecessary import os.