is its possible mAP Graphs during Training Conditional DETR and DETR Models #2474
Unanswered
robbymhdr
asked this question in
CompVision
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered while working on my thesis project involving the implementation of the DETR model in Jupyter Notebook. As I am currently engrossed in my thesis, I am facing difficulties in displaying the accuracy map on Tensorboard.
When I check my Tensorboard, I can only see the following metrics:
Epoch
Train_cardinality_error
Train_loss_bbox
Train_loss_ce
Train_loss_giou
Training_loss
Validation
Validation_cardinality_error
Validation_loss_bbox
Validation_loss_ce
Validation_loss_giou
I am uncertain why the accuracy map is not being displayed, and I believe it is crucial for my project. I would greatly appreciate any insights or suggestions you might have to resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions