{"id":21078549,"url":"https://github.com/wilsonwang371/jetsontx2fordeeplearning","last_synced_at":"2025-05-16T08:31:55.138Z","repository":{"id":41271355,"uuid":"140616135","full_name":"wilsonwang371/JetsonTX2ForDeeplearning","owner":"wilsonwang371","description":"Scripts for setting up Jetson TX2 with OpenCV Tensorflow \u0026 Keras for deep learning","archived":false,"fork":false,"pushed_at":"2022-06-30T05:46:25.000Z","size":8,"stargazers_count":11,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-06T06:47:59.271Z","etag":null,"topics":["jetson-tx2","keras","opencv","opencv-python","tensorflow"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wilsonwang371.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-11T18:49:15.000Z","updated_at":"2022-11-14T23:34:28.000Z","dependencies_parsed_at":"2022-09-19T18:42:26.212Z","dependency_job_id":null,"html_url":"https://github.com/wilsonwang371/JetsonTX2ForDeeplearning","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsonwang371%2FJetsonTX2ForDeeplearning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsonwang371%2FJetsonTX2ForDeeplearning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsonwang371%2FJetsonTX2ForDeeplearning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wilsonwang371%2FJetsonTX2ForDeeplearning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wilsonwang371","download_url":"https://codeload.github.com/wilsonwang371/JetsonTX2ForDeeplearning/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225414991,"owners_count":17470817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jetson-tx2","keras","opencv","opencv-python","tensorflow"],"created_at":"2024-11-19T19:40:53.511Z","updated_at":"2024-11-19T19:40:54.093Z","avatar_url":"https://github.com/wilsonwang371.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JetsonTX2ForDeeplearning\nSetting up Jetson TX2 with OpenCV Tensorflow \u0026amp; Keras for deep learning. I have tried a lot of online tutorials about setting up Jetson TX2. However, not all of them works. The reason is due to some of them are outdated and the libraries provided by Nvidia got upgraded. This is what I found at least working for now.\n\nNote: If there is any library update and for some reason, any of them is not working, let me know and I will try to update the code.\n\n\n## OpenCV\nhttps://jkjung-avt.github.io/opencv3-on-tx2/\n\n```\n./build_install_opencv.sh\n```\n\nTo check OpenCV installation, run this:\n```\nls /usr/local/lib/python3.5/dist-packages/cv2.*\n# supposed to be /usr/local/lib/python3.5/dist-packages/cv2.cpython-35m-aarch64-linux-gnu.so\nls /usr/local/lib/python2.7/dist-packages/cv2.*\n# supposed to be /use/local/lib/python2.7/dist-packages/cv2.so\npython3 -c 'import cv2; print(cv2.__version__)'\n# expect 3.4.0\npython2 -c 'import cv2; print(cv2.__version__)'\n# expect 3.4.0\n```\n\n## Tensorflow Install\n\nI highly recommend to install prebuild binary. As suggested from https://github.com/JasonAtNvidia/JetsonTFBuild\n\nOtherwise, please follow the link to compile and install tensorflow.\n\nNote: please make sure the versions of dependencies meet the requirement, otherwise, you will see errors like not being able to find a particular library.\n\n```\n./install_tensorflow.sh\n```\n\n## Keras Install\n\n```\n./install_keras.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilsonwang371%2Fjetsontx2fordeeplearning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilsonwang371%2Fjetsontx2fordeeplearning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilsonwang371%2Fjetsontx2fordeeplearning/lists"}