-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added `fetch_pose_data()` function * Construct download registry from newest `metadata.yaml` * Updated `datasets.py` module name, docstrings, and functions * Added `from_lp_file` to `fetch_sample_data` * Renamed `sample_dataset.py` and added test for `fetch_sample_data` * Updated docs and docstrings * Fixed `sample_data.fetch_sample_data()` to load data with correct FPS and renamed `POSE_DATA` download manager * Cleaned up `pyproject.toml` dependencies and improved metadata-fetching logic in `sample_data.py` * Removed hard-coded list of sample file names in `conftest.py` * Minor cleanup of docs and docstrings * Clarified "Adding New Data" instructions on `CONTRIBUTING.md` Co-authored-by: Niko Sirmpilatze <niko.sirbiladze@gmail.com> * Small edit to `getting_started.md` * Extended `fetch_sample_data_path()` to catch case in which file is not in the registry + added test for `list_sample_data()` * Fetch metadata using `pooch.retrieve()` * Fixed bug in `sample_data.py` * update fetch_metadata function * refactored test_sample_data using a fixture * refactor and test fetching of metadata * more explicit mention of sample metadata in contributing guide * renamed POSE_DATA to POSE_DATA_PATHS in testing suite, to be more explicit --------- Co-authored-by: Niko Sirmpilatze <niko.sirbiladze@gmail.com>
- Loading branch information
Showing
13 changed files
with
386 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.