Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 1.32 KB

contribute.md

File metadata and controls

36 lines (28 loc) · 1.32 KB
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

Contributing to CRAL

Roadmap

Coming soon

General Guidelines

  1. All Implimentations on Keras (tf.keras); TensorFlow version > 2.2.0
  2. Use Flake8 for Linter and isort to sort imports. Configs here [links to configs]. Link to pre-commit config here.
  3. Python 3.6+

Guides

Architecture

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