Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datasets #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Datasets #1

wants to merge 2 commits into from

Conversation

manwaarkhd
Copy link
Owner

Summary

This PR adds a new datasets folder under the cephalometrix directory, which contains:

  • __init__.py: Initializes the datasets package.
  • paths.py: Contains absolute paths to the datasets folder and methods to retrieve paths to specific datasets.
  • utils.py: Includes utility functions for handling datasets and annotations.

Changes

  • Created cephalometrix/datasets/ directory.
  • Added __init__.py for package initialization.
  • Added paths.py for managing dataset paths.
  • Added utils.py for utility functions related to datasets.

Purpose

These additions aim to organize and streamline the management of datasets and their corresponding annotations for cephalometric landmark detection.

Testing

Ensure that the paths provided in paths.py are correct and that utility functions in utils.py work as expected. Test by importing the datasets package and verifying functionality in your environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant