Quantcast
Channel: TAO Toolkit - NVIDIA Developer Forums
Viewing all articles
Browse latest Browse all 497

Tao yolov3 training dataset conversion fails KeyError: 'status'

$
0
0

Please provide the following information when requesting support.

• Hardware (T4)
• Network Type (Yolo_v3)
• How to reproduce the issue ? (This is for errors. Please share the command line and the detailed log here.)
Running the yolov3 training notebook of tao called “tao_launcher_starter_kit”

When i run below steps to convert the kitti raw dataset to tfrecord i got some errors after some time

# KITTI trainval
!tao model yolo_v3 dataset_convert -d $SPECS_DIR/tfrecords_kitti_trainval.txt \
                     -o $DATA_DOWNLOAD_DIR/yolo_v3/kitti_trainval/kitti_trainval \
                     -r $USER_EXPERIMENT_DIR/

The error is

Traceback (most recent call last):
  File "/home/rishi/miniconda3/envs/launcher/bin/tao", line 8, in <module>
    sys.exit(main())
  File "/home/rishi/miniconda3/envs/launcher/lib/python3.8/site-packages/nvidia_tao_cli/entrypoint/tao_launcher.py", line 134, in main
    instance.launch_command(
  File "/home/rishi/miniconda3/envs/launcher/lib/python3.8/site-packages/nvidia_tao_cli/components/instance_handler/local_instance.py", line 382, in launch_command
    docker_handler.run_container(command)
  File "/home/rishi/miniconda3/envs/launcher/lib/python3.8/site-packages/nvidia_tao_cli/components/docker_handler/docker_handler.py", line 325, in run_container
    self.pull()
  File "/home/rishi/miniconda3/envs/launcher/lib/python3.8/site-packages/nvidia_tao_cli/components/docker_handler/docker_handler.py", line 187, in pull
    docker_pull_progress(line, progress)
  File "/home/rishi/miniconda3/envs/launcher/lib/python3.8/site-packages/nvidia_tao_cli/components/docker_handler/docker_handler.py", line 58, in docker_pull_progress
    if line['status'] == 'Downloading':
KeyError: 'status'

Can you support me on this

13 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 497

Trending Articles