learner-101

Results 23 comments of learner-101

![traffic](https://user-images.githubusercontent.com/38683074/156121488-44d07f36-8306-4355-890e-c0b089929d37.png) like this one. Im suppose to have 3 attirbutes but it can only detect 1. I don't know why the bounding box is so small. `detectnet --model=models/5-imagesa/ssd-mobilenet.onnx --labels=models/5-images/labels.txt --input-blob=input_0...

Its either that or I'm not getting any results at all with increasing epoch. ![Uploading traffic2.jpeg…]()

Can you give me the full command to run `run_ssd_example.py`? I tried from 5 epoch and increasing to 50. It only shows accuracy for 5 epoch and 10 epoch. Afterwards...

> python3 run_ssd_example.py mb1-ssd `root@aititx22-desktop:/jetson-inference/python/training/detection/ssd# python3 run_ssd_example.py mb1-ssd models/20-imagesa/mb1-ssd-Epoch-9-Loss-7.462369181893089.pth models/20-imagesa/labels.txt /jetson-inference/data/imagess/test/traffic_%i.jpeg` `Traceback (most recent call last): File "run_ssd_example.py", line 50, in image = cv2.cvtColor(orig_image, cv2.COLOR_BGR2RGB) cv2.error: OpenCV(4.5.0) /opt/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion...

So i guess the correct command is `root@aititx22-desktop:/jetson-inference/python/training/detection/ssd# python3 run_ssd_example.py mb1-ssd models/20-imagesa/mb1-ssd-Epoch-9-Loss-7.462369181893089.pth models/20-imagesa/labels.txt /jetson-inference/data/imagess/traffic_8.jpeg` `Inference time: 2.8669397830963135 Found 0 objects. The output image is run_ssd_example_output.jpg` what do i do? i...

`root@aititx22-desktop:/jetson-inference/python/training/detection/ssd# python3 run_ssd_example.py mb1-ssd models/20-imagesa/mb1-ssd-Epoch-99-Loss-4.31419215780316.pth models/20-imagesa/labels.txt /jetson-inference/data/imagess/traffic_8.jpeg` `Inference time: 4.292574882507324 Found 0 objects. The output image is run_ssd_example_output.jpg` still zero objects found after running for 100 epochs... what did i...

> How many images are in your dataset? Are the objects easily discernible? Are they small? It seems like the objects you are training it on may be difficult for...

i see. I'll try again with increasing image. Instead of camera stream or test images, can i use video to test the accuracy of my model with detectnet? If so,...

thank you @dusty-nv. I have another issue. I created a new sets of dataset to increase the number of images and labels. When i try to run train_ssd.py it gives...

https://drive.google.com/drive/folders/1--DIZr1JPnETLCfGm6gnYrfAuQXxAdRn?usp=sharing This is the link to my dataset. it would be a great help if you can check it out. i tried using the command `--debug-steps=1` and I also command...