jetbot
jetbot copied to clipboard
An educational AI robot based on NVIDIA Jetson Nano.
Change from static images linked to YouTube videos to YouTube videos embedded in the page for - making it clear video content is available - better navigation (no need to...
When i downloaded the zip image file from this [https://jetbot.org/master/software_setup/sd_card.html] and after the setup there is small problem where i had to Unminimize but it's getting failure  https://jetbot.org/master/software_setup/sd_card.html After following this at step 5, after logging in it does not go to the remote programing environment but instead just hangs and just loads (as intercated in...
I bought a jetson anno developer kit 4gb , I installed jetpack 4.5 on a SD card he hize the oem conifg , then remove the SD format it and...
```python from jetbot import ObjectDetector model = ObjectDetector('ssd_mobilenet_v2_coco.engine') ``` The above code still brought me the following **ERROR** messages: ```console --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 1 from...
https://github.com/NVIDIA-AI-IOT/jetbot/blob/45f3c7824a48a6a89c0058cbfff00e493617f256/docs/software_setup/sd_card.md?plain=1#L20C165-L20C219 The Attention states to 1st use JetPack 4.5, but the [link](https://developer.nvidia.com/jetson-nano-sd-card-image) is to JetPack 4.6. The correct link is https://developer.nvidia.com/jetson-nano-sd-card-image-45
Are there plans for a release with JetPack 4.6?
Obviously the [docker images for jetbot](https://hub.docker.com/r/jetbot/jetbot/tags) received no updates for at least 2 years:  In the same time the L4T Version has been updated to 32.7.3...
I purchased the JetBot AI Kit from Amazon ([here](https://www.amazon.com/dp/B07WMZ3KLY)) and the Jetson Nano Developer Kit from Amazon ([here](https://www.amazon.com/dp/B084DSDDLT)). After assembling all the hardware and electronics, I tried to follow the...