IDEA-Research / detrex

detrex is a research platform for DETR-based object detection, segmentation, pose estimation and other visual recognition tasks.
https://detrex.readthedocs.io/en/latest/
Apache License 2.0
1.95k stars 204 forks source link

Hello, how can I use Wandb in detrex? #211

Closed wangzhaoyang-508 closed 1 year ago

rentainhe commented 1 year ago

Hello! sry for that we did not set wandb logging as the default logger, you can use wandb in this way:

or enable it in the command line:

python tools/train_net.py --config-file path/to/config --num-gpus 4 train.wandb.enabled=True

@wangzhaoyang-508

wangzhaoyang-508 commented 1 year ago

I see, thank you