SeetaDet: A platform implementing popular object detection algorithms.
Project description
SeetaDet
SeetaDet is a platform implementing popular object detection algorithms.
This platform works with SeetaDragon, and uses the PyTorch style.
Installation
Install from PyPI:
pip install seeta-det
Or, clone this repository to local disk and install:
cd seetadet && pip install .
You can also install from the remote repository:
pip install git+ssh://git@github.com/seetaresearch/seetadet.git
If you prefer to develop locally, build but not install to site-packages:
cd seetadet && python setup.py build
Quick Start
Train a detection model
cd tools
python train.py --cfg <MODEL_YAML>
We have provided the default YAML examples into configs.
Test a detection model
cd tools
python test.py --cfg <MODEL_YAML> --exp_dir <EXP_DIR> --iter <ITERATION>
Export a detection model to ONNX
cd tools
python export.py --cfg <MODEL_YAML> --exp_dir <EXP_DIR> --iter <ITERATION>
Serve a detection model
cd tools
python serve.py --cfg <MODEL_YAML> --exp_dir <EXP_DIR> --iter <ITERATION>
Benchmark and Model Zoo
Results and models are available in the Model Zoo.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
seeta-det-0.1.0.tar.gz
(1.4 MB
view details)
File details
Details for the file seeta-det-0.1.0.tar.gz
.
File metadata
- Download URL: seeta-det-0.1.0.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49e8f72c0c4ec5d729016ad760bfd18f083071dc6830887afd8b534cbeca080f |
|
MD5 | 5d33b0a2a5cb3ef4129c0863205f5d1a |
|
BLAKE2b-256 | ef454e7163ba8796e0d383d7d49aeea42c35f16a0452bfb3d36b4217e5b55b4c |