What's New
- CI/CD Pipeline — GitHub Actions for lint, test, build, and automated PyPI publishing
- Test Suite — 23 tests covering core modules and GUI widgets
- PyPI Packaging — Install via
pip install alchemydetect - Download Indicator — Shows pretrained weights download status during training
- Cross-Platform Docs — Installation instructions for Windows, Linux, and macOS
Supported Models
| Model | Task |
|---|---|
| Faster R-CNN (R50/R101-FPN) | Object Detection |
| RetinaNet (R50/R101-FPN) | Object Detection |
| Mask R-CNN (R50/R101-FPN) | Instance Segmentation |
Install
pip install alchemydetectSee INSTALL.md for full setup with PyTorch and Detectron2.