Please provide the following information when requesting support.
• Hardware (T4/V100/Xavier/Nano/etc) t4
• 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) don’t have it
• 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.) detectnet_v2_train_custom.txt (3.3 KB) status.txt (52.6 KB)
hi can someone help me in this?
i’m trying to use detectnet_v2 as my model in tao but i got mapp near to 0 without changing in my loss
can you help me?
my data has different size but i use auto_size so it’s not the problem
my class terget is correct ! the same as my label files in kitti format
I don’t understand correctly what is this?
In the second command what is /localhost/marganh ? And Why it has /bin/bash at the end
In the third command : notebook have some envierment to set before running tao model train … how can i handle that here?
I mean how to say it where is my workspace ?(in python notebook there is some variables that must be set in notebook forexample where is my workspace that specs and dataset exist there)
The notebook tells user to install tao-launcher. Instead, I am suggesting you to run with docker run instead of tao-launcher. The -v is in order to map your local files to docker. This helps you to mount your training dataset/spec file into docker. It is a common usage of docker. You can search the docker doc to take look.
For the environment you set in notebook, you can ignore now because you will run with docker run in order to run inside the docker.
For the enable_auto_resize: true, please see in the doc https://docs.nvidia.com/tao/tao-toolkit/text/cv_finetuning/tensorflow_1/object_detection/detectnet_v2.html.