Vortex ( Visual-Cortex )
A Deep Learning Model Development Framework for Computer Vision.
Features:
- Easy to use, scalable, and flexible utilizing PyTorchLightning
- Unified execution for various computer vision task, such as classification and object detection
Example
- Export and Inference example
Train your model on any framework, export to onnx, embed metadata and run on vortex. See this example for export trained model then run on vortex.
- Training a Classifier, Export and Benchmark using Vortex. See this example for more details.
Installation
see detailed guide: https://nodefluxio.github.io/vortex/#installation
User Guides & Documentations
see Vortex Documentation