Skip to content

Commit

Permalink
update readme and example
Browse files Browse the repository at this point in the history
  • Loading branch information
AsakoKabe committed May 2, 2023
1 parent 3a449d6 commit 7d91acc
Show file tree
Hide file tree
Showing 2 changed files with 522 additions and 37 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<img src="https://github.com/AsakoKabe/AdeleCV/blob/main/docs/logo.png?raw=true" alt="drawing" width="200"/>

**Auto DEap LEarning Computer Vision**

**Python library and dashboard for hyperparameter search and model training for computer vision tasks
based on [PyTorch](https://pytorch.org/), [Optuna](https://optuna.org/),
[FiftyOne](https://docs.voxel51.com/), [Dash](https://dash.plotly.com/),
Expand All @@ -24,7 +26,7 @@ The main features of this library are:
- Displaying training statistics in tensorboard
- Support for all samples from optuna
- Segmentation use smp: 9 model architectures, popular losses and metrics, see [doc smp](https://github.com/qubvel/segmentation_models.pytorch)
- Convert weights to another format, currently supported - 0
- Convert weights to another format, currently supported - 1 (onnx)

### [📚 Project Documentation 📚](https://adelecv.readthedocs.io/en/latest/)

Expand Down

0 comments on commit 7d91acc

Please sign in to comment.