title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
Contribute |
How to contribute to CRAL |
true |
2020-10-15 11:28:38 UTC |
markdown |
2020-08-10 20:33:00 UTC |
Coming soon
- All Implimentations on Keras (tf.keras); TensorFlow version > 2.2.0
- Use Flake8 for Linter and isort to sort imports. Configs here [links to configs]. Link to pre-commit config here.
- Python 3.6+
- Contributing a new object detection network to CRAL
- Contributing a new segmentation network to CRAL {.links-list}
API | Methods |
---|---|
cral.models Training ready models |
cral.models.object_detection cral.models.semantic_segmentation cral.models.classification cral.models.instance_segmentation |
cral.data Data ingesion and conversion tools |
|
cral.metrics | cral.object_detection.coco_iou cral.seg.sparse_mean_iou |
cral.post_processing | cral.post_processing.object_detection.soft_nms cral.post_processing.display.object_detection |
cral.pipeline |