I received my Jetson TX1 couple of days back and I am kind of confused with the whole thing. Can somebody answer some of the questions I have?
I installed the latest L4T and everything went fine. However, I am unable to run the sample executable files from the sample folders. It doesn’t show anything.
I followed some guide to create custom resolution for Ubuntu and for some reason it throws an error every time I do that. Is there a proper guide to do it for Jetson TX1 boards?
I am trying to create an image classifier for an industrial application (my final graduate project). Can somebody recommend a way to start it. I am only familiar with Tensorflow and I’m sure Jetson TX1 has something better than that to do image classification. Recommend me a way to start.
I installed the latest L4T and everything went fine. However, I am unable to run the sample executable files from the sample folders. It doesn’t show anything.
=> when I tries.
=> ./camera_jpeg_capture
=> it will capture 30 JPEG files, output0xx.jpg, and you should see camera preview screen on the HDMI display briefly.
I followed some guide to create custom resolution for Ubuntu and for some reason it throws an error every time I do that. Is there a proper guide to do it for Jetson TX1 boards?
=> When you said ‘custom resolution’ is for HDMI display to run the intended resolution you want? How did you do that and is there a log output?
I am trying to create an image classifier for an industrial application (my final graduate project). Can somebody recommend a way to start it. I am only familiar with Tensorflow and I’m sure Jetson TX1 has something better than that to do image classification. Recommend me a way to start.
=> NV has an excellent link for you to get started, https://www.nvidia.com/en-us/deep-learning-ai/developer/#learn-how
For image classifier, GoogleNet is a good option. mnist is a good image classifier datasets you could get started with. You can also use your own images but you will need to do labelling. From above link, NVIDIA provides DIGITS that has an easy interface for you to play with mnist data set and get familiar with the flow. TensorFlow is a framework and I had not used it a lot yet. Good luck!