Stephen Scopatz

Results 4 comments of Stephen Scopatz

to @dusty-nv I am at the same spot that opened this thread; I have the line 214 error and I checked my directory and I do have read and write...

to @dusty-nv - redid the entire process with a simpler set of objects; just 3 styles of batteries with 3 of each in many positions. When I run the train_ssd.py...

root@VCEDbreadboard:/jetson-inference/python/training/detection/ssd# python3 train_ssd.py --dataset-type=voc --data=data/batteries --model-dir=models/batteries --batch-size=4 --epochs=2 --workers=1 2022-07-21 15:54:03 - Using CUDA... 2022-07-21 15:54:03 - Namespace(balance_data=False, base_net=None, base_net_lr=0.001, batch_size=4, checkpoint_folder='models/batteries', dataset_type='voc', datasets=['data/batteries'], debug_steps=10, extra_layers_lr=None, freeze_base_net=False, freeze_net=False, gamma=0.1, lr=0.01,...

This is the path to my data: root@VCEDbreadboard:/jetson-inference/python/training/detection/ssd# cd data/batteries root@VCEDbreadboard:/jetson-inference/python/training/detection/ssd/data/batteri es# ls -l total 16 drwxr-xr-x 2 root root 4096 Jul 20 21:02 Annotations drwxr-xr-x 3 root root 4096...