Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1000 Bytes

TENSORBOARD_VIS.md

File metadata and controls

17 lines (12 loc) · 1000 Bytes

Tensorboard visualization support

Next to the losses and other informations Cluster2Former supports visualization of the ground truth and the predictions of the model during training and evaluation.

Hyperparameters:

  • cfg.TB_VISUALIZATION.VIS_PERIOD - Put visualization after that many iterations
  • cfg.TB_VISUALIZATION.VIS_CONF_THRESHOLD - Visualize only those predictions which has higher score the this

If you use the given apptainer container, then see the starting of the tensorboard in the container_launcher.sh

In the tensorboard on the top click to the 'IMAGE' button to see the visualizations e.g.: