Error in Generating TFrecords for yolov4

Officially we recommend users trigger jobs via tao launcher. See TAO Toolkit Launcher — TAO Toolkit 3.22.05 documentation
In this way, please set correct ~/.tao_mounts.json.
Then run something like below.
$ tao yolov4 train xxx

And you can also run below to check if the files are available. For example,
$ tao yolov4 run ls xxx

Besides tao launcher, if you trigger docker as below.
$docker run --runtime=nvidia -it -p 7001:8001 -v /var/run/docker.sock:/var/run/docker.sock -v yourlocal_folder:/workspace nvcr.io/nvidia/tao/tao-toolkit-tf:v3.21.11-tf1.15.5-py3
/bin/bash

In this way, you will find your files under /workspace . It is not related to ~/.tao_mounts.json.