TO evaluate the trained detection model, dataset format same as used for training #1372
-
I have done training of detection model on docTR using custom dataset having format images and labels.json file. The same data format do we need (images with labels.json) to be created when doing evaluating. It will be helpful if details someone provide on it. Also, I want to understand the purpose of using pretrained=True in case of fine-tuning the detection model. Helpful if someone clear my doubts. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @madhavi1102 👋🏼,
|
Beta Was this translation helpful? Give feedback.
Hi @madhavi1102 👋🏼,
DetectionDataset
) or make use of the training script--test-only
flag https://github.com/mindee/doctr/blob/4cadd8d681130327da80a1a5cc4b4861ff481f14/references/detection/train_pytorch.py#L425C93-L425C103