nvidia-jetson-nano

ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly

谁说胖子不能爱 提交于 2021-01-26 07:42:50
问题 I was trying to install OpenCV4 in a docker on jetson nano. It has jetpack 4.4 s os. The docker was successfully created and Tensorflow is running but while installing OpenCV using pip it is showing CMake error. root@5abf405fb92d:~# pip3 install opencv-python Collecting opencv-python Downloading opencv-python-4.4.0.42.tar.gz (88.9 MB) |████████████████████████████████| 88.9 MB 2.5 kB/s Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata

ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly

只谈情不闲聊 提交于 2021-01-26 07:42:17
问题 I was trying to install OpenCV4 in a docker on jetson nano. It has jetpack 4.4 s os. The docker was successfully created and Tensorflow is running but while installing OpenCV using pip it is showing CMake error. root@5abf405fb92d:~# pip3 install opencv-python Collecting opencv-python Downloading opencv-python-4.4.0.42.tar.gz (88.9 MB) |████████████████████████████████| 88.9 MB 2.5 kB/s Installing build dependencies ... done Getting requirements to build wheel ... done Preparing wheel metadata

Error converting TF model for Jetson Nano using tf.trt

流过昼夜 提交于 2020-01-06 05:34:08
问题 I am trying to convert a TF 1.14.0 saved_model to tensorRT on the Jetson Nano. I have saved my model via tf.saved_model.save and am trying to convert it on the Nano. However, I get the following error: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/importer.py", line 427, in import_graph_def graph._c_graph, serialized, options) # pylint: disable=protected-access tensorflow.python.framework.errors_impl.InvalidArgumentError: Input 1

No ethernet access on jetson nano with custom yocto image

回眸只為那壹抹淺笑 提交于 2019-12-11 17:08:36
问题 I've created a very minimal image for the jetson nano with the recepe: inherit core-image inherit distro_features_check REQUIRED_DISTRO_FEATURES = "x11" IMAGE_FEATURES += "package-management splash" CORE_OS = "packagegroup-core-boot \ packagegroup-core-x11 \ packagegroup-xfce-base \ kernel-modules \ " WIFI_SUPPORT = " \ ifupdown \ dropbear\ crda \ iw \ " DEV_SDK_INSTALL = " \ opencv \ opencv-samples \ gstreamer1.0-omx-tegra \ python-numpy \ binutils \ binutils-symlinks \ coreutils \ cpp \ cpp

u-boot script to allow choosing between which rootfs part to boot (RAUC)

青春壹個敷衍的年華 提交于 2019-12-11 14:30:16
问题 I've managed to create an image with two rootfs partitions to run on my jetson nano with yocto/poky. I've followed the meta-rauc layer README and rauc user manual, to create the system.conf file and rauc_%.bbappend file and I am able to create bundles successfully. As I understand, I need some sort of u-boot script: In order to enable RAUC to switch the correct slot, its system configuration must specify the name of the respective slot from the bootloader’s perspective. You also have to set