live stream #883
-
I am working on AI based live stream project using mmtracking but i found an error in mmengine like (UserWarning: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This should only be a warning and it doesn't affect the training process. However, if you want to enable |
Beta Was this translation helpful? Give feedback.
This should only be a warning and it doesn't affect the training process. However, if you want to enable
Visualizer
, you can explicitly configure thesave_dir
field in your config file, or through command line options likepython tools/train.py your/config/file --cfg-options visualizer.save_dir='your/path/to/save'