Skip to content

A collection of solutions I found while trying to make stuff run on the TX2

Notifications You must be signed in to change notification settings

Kowasaki/jetson-tx2-tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

jetson-tx2-tips

A collection of solutions I found while trying to make stuff run on the TX2

TensorFlow

Pre-built wheels for Python 2.7

OpenCV

Installation

Follow tips from JetsonHacks here

Movidius SDK

Installation

If you are building the ncsdk with opencv, make sure to install opencv AFTER the ncsdk. Otherwise you will be prompted to uninstall it everytime.

PyTorch

Building PyTorch

In pytorch/aten/src/ATen/CMakeLists.txt, change the line "LIST(APPEND CPU_CAPABILITY_FLAGS "-O3" "-O3 -mavx" "-O3 -mavx2")" to "LIST(APPEND CPU_CAPABILITY_FLAGS "-O3" "-O3" "-O3")" as neither of the flags will work.

About

A collection of solutions I found while trying to make stuff run on the TX2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published