Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,12 +354,13 @@ Use consistent formatting:
- [ ] Add comprehensive test suite
- [ ] Create Jupyter notebook examples
- [ ] Implement Gradio/Streamlit dashboard
- [ ] Add data loading pipeline
- [ ] Add data loading pipeline (see [DATA_LOADING_ROTATION_IMPROVEMENTS.md](DATA_LOADING_ROTATION_IMPROVEMENTS.md))
- [ ] Implement rotation augmentation integration (see [DATA_LOADING_ROTATION_IMPROVEMENTS.md](DATA_LOADING_ROTATION_IMPROVEMENTS.md))
- [ ] Docker containerization

### Medium Priority
- [ ] Add more model architectures
- [ ] Implement data augmentation pipeline
- [ ] Implement additional data augmentation options
- [ ] Add model export (ONNX, TFLite)
- [ ] Create API server
- [ ] Add visualization tools
Expand All @@ -371,6 +372,18 @@ Use consistent formatting:
- [ ] Fix small bugs
- [ ] Add examples

### Detailed Specifications Available

For data loading and rotation augmentation improvements, we have detailed specifications:
- 📖 [DATA_LOADING_ROTATION_IMPROVEMENTS.md](DATA_LOADING_ROTATION_IMPROVEMENTS.md) - Complete implementation guide
- 📖 [PIPELINE_COVERAGE.md](PIPELINE_COVERAGE.md) - Current state analysis

These documents provide:
- Technical requirements and API designs
- Implementation roadmap with time estimates
- Code examples and test strategies
- Success criteria

## Questions?

- **Open an issue** for bugs or feature requests
Expand Down
Loading