Skip to content

v0.2.0 — CI/CD & Test Suite

Latest

Choose a tag to compare

@kouya-marino kouya-marino released this 03 Apr 19:29
· 46 commits to main since this release

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 alchemydetect

See INSTALL.md for full setup with PyTorch and Detectron2.