roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
4.89k stars 759 forks source link

i need to draw the training curve for detr object detection #140

Closed VYRION-Ai closed 1 year ago

VYRION-Ai commented 1 year ago

Search before asking

Description

@SkalskiP i run training on custom dataset dert object detection https://github.com/roboflow/notebooks/blob/main/notebooks/train-huggingface-detr-on-custom-dataset.ipynb and i save output and close colab session , i need to get training curves , how to get that after session closed (i have the output)

Additional

No response

Are you willing to submit a PR?

VYRION-Ai commented 1 year ago
%load_ext tensorboard
%tensorboard --logdir /content/lightning_logs/version_3 --port=6007
SkalskiP commented 1 year ago

Hi @VYRION-Ai 👋🏻! Sorry for the late reply. I was quite busy. I'm glad you managed to solve your problem.

VYRION-Ai commented 1 year ago

@SkalskiP thank you