Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Comet Logging to Docs #110

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,26 @@ python -m torch.distributed.launch --nproc_per_node 8 --master_port 9527 train_d

See [reparameterization.ipynb](https://github.com/WongKinYiu/yolov9/blob/main/tools/reparameterization.ipynb).

## Logging

Log all your YOLO training runs to Comet to debug and compare Model Performance

Step 1: Install Comet

``` shell
pip install comet_ml
```

Step 2: Sign up for a [free Comet account](https://www.comet.com/signup?utm_source=yolov9&utm_medium=referral&utm_content=github) and set your [Comet API Key](https://www.comet.com/account-settings/apiKeys) as a global variable

``` shell
export COMET_API_KEY=<Your Comet API Key>
```

Step 3: Start debugging and comparing your model training runs in the Comet UI!

![Comet UI](./figure/comet_ui.gif)


## Citation

Expand Down
Binary file added figure/comet_ui.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.