Dustin Franklin

Results 911 comments of Dustin Franklin

Hi @smartsmit407, do you have the `ImageSets/Main/train.txt` and `ImageSets/Main/trainval.txt` ? These files should list the ImageID's in your dataset. These files can be copies of one another - or you...

It should automatically pop up when you start the camera-capture tool, like shown here: https://youtu.be/2XMkPW_sIGg?t=603 Typically it is in the top-right corner of the screen. Do you have a monitor...

Ah sorry for the typo!, thanks @ptrxpl @irshadkn Just fixed this in https://github.com/dusty-nv/jetson-inference/commit/91f0a7022ccb3bab07b1770cec812ab1c9da6138

OK, sorry - in my haste I didn't realize that the original Python example code was fine and it was the poseNet Python bindings that had a bug. I have...

Hi @martinerk0, please see https://github.com/dusty-nv/ros_deep_learning It is ROS nodes for the jetson-inference components like imageNet, detectNet, and segNet (in addition to videoSource and videoOutput nodes)

Hi @Yaoxingtian, can you access the models through this link? https://nvidia.box.com/s/8xx1stpykylja6w4n8eje5w43e0hog5k

Hi @Philliec459 , you can ignore the seg faults, it is an issue I am looking into that only happens when PyTorch unloads (i.e. after the program has completed running)

> Do you have a tutorial on Object Detection (your way) that demonstrates the preparation of the dataset and takes advantage of the Jetson NX GPU capabilities? I have been...

Hi manarayboy, here is the actual tutorial that goes with this: https://github.com/dusty-nv/jetson-inference/blob/master/docs/pytorch-ssd.md I am not sure about imagelabel.py, was that in pytorch-ssd? If so I removed it. It was a...

Hi @Tomasm64, can you provide the log from the terminal? Is the board running out of memory?