alec-roberson / alec-roberson/MS-CV2
Make netdev find_anchors work on an already saved dataset
Open
feature
good first issue
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The netdev find_anchors functionality is crucial to producing a trainable network - in essence it sort of tells the network a little more about what to expect from the dataset. However in its current form it only accepts raw datasets, the image and label files themselves, and not the already processed .pt datasets that are saved by the DataParser class.
The task here will be to add the functionality for find_anchors to accept a .pt dataset, unpack it, use the label data to find the anchors, and output it like normal.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.