Refactor the dataloaders with more functionality in base class
Open
refactor
- Dominant language
- Jupyter Notebook
- Stars
- 524
- Forks
- 64
- Avg merge
- 4h 1m
- Merged PRs (30d)
- 3
Description
Currently we have multiple data loaders that contain duplicated code for methods like get_image_full_res or get_image or get_camera_intrinsics.
Common functionality could be provided as base class methods. This might need some thinking to decide what the base class constructor should accept, the arguments should be relevant to all loaders.
Contributor guide
Assessment
This issue has not been assessed yet.