Jetson nano start the Docker an error occurred while training your detection model :Segmentation fault (core dumped)

It appears that one of the XML files in your dataset is invalid, or had invalid bounding box data. To find out which it is, uncomment this line of code inside the container (i.e. using nano text editor):

https://github.com/dusty-nv/pytorch-ssd/blob/3f9ba554e33260c8c493a927d7c4fdaa3f388e72/vision/datasets/voc_dataset.py#L76

Then run train_ssd.py with these options: --batch-size=1 --num-workers=1 --debug-steps=1

The last image info to get printed out before the exception occurs is the one that is causing the problem.

If you continue having issues with it, you can send me your dataset and I can try it.