BMW-InnovationLab / BMW-YOLOv4-Training-Automation

This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using our BMW-LabelTool-Lite and you can start the training right away and monitor it in many different ways like TensorBoard or a custom REST API and GUI. NoCode training with YOLOv4 and YOLOV3 has never been so easy.
BSD 3-Clause "New" or "Revised" License
642 stars 128 forks source link

AlexyAB WebUI - TensorboardX #32

Closed MBelkhechine closed 2 years ago

MBelkhechine commented 3 years ago

Hi,

is there a way to consult the graphs of the AlexeyAB WebUI and the TensorboardX after training?

For now, there are only the files: yolo_events.log and yolo_events.log.1 which hold evaluation metrics.

Thank you in advance!

hadikoub commented 3 years ago

Hello,

Unfortunately in the current version, the docker container responsible for the training is terminated at the end of the training. The training container contains both the tensorboard and the web_ui, so both are not mapped to the outside of the training container, making them unavailable at the end of the training.