Please provide the following information when requesting support.
• Hardware (T4/V100/Xavier/Nano/etc): T1000
• Network Type (Detectnet_v2/Faster_rcnn/Yolo_v4/LPRnet/Mask_rcnn/Classification/etc): Detectnet_v2
• TLT Version (Please run “tlt info --verbose” and share “docker_tag” here)
• Training spec file(If have, please share here)
• How to reproduce the issue ? (This is for errors. Please share the command line and the detailed log here.)
I am training the detectnet_v2 network, but during execution in the log I see that the network is not learning, the mAP during the 120 epochs remains at 0.0%, below are the training log files and .txt configuration file for training,
Can you run evaluation again with lower minimum_bounding_box_height: 20?
What is the average of the training images? Is it possible to share an example? More, is it too small for the objects?
Also, can you share the log when you generate tfrecords files? Since you are training 5 classes and all the training images are only 120, I need to check how many samples in each class of evaluation dataset and training dataset.
Soon after, I carried out another training with another dataset maintaining the same configuration parameters and it didn’t work, in all epochs it returns 0 mAP for each object class, this is the result of the training,
The dataset used for training has 950 training images and 424 test images, all images are at a resolution of 960x544, which do you think could be the fault? I already tried training with a pre-trained resnet10 network, but it didn’t give good results.
Hello, I did a new training with the parameter minimum_bounding = 4, and the training didn’t work, so I did the training again with this parameter set to 2, and the result log is in the .txt file, if you have any other parameters to change and test again, let me know
More, please run experiments on 4.0.1 docker to narrow down. docker run --runtime -it --rm nvcr.io/nvidia/tao/tao-toolkit:4.0.1-tf1.15.5 /bin/bash .
And run with training command detectnet_v2 train xxx .
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks.