Skip to content

Instantly share code, notes, and snippets.

View hoai97nam's full-sized avatar

JoeB hoai97nam

View GitHub Profile
@hoai97nam
hoai97nam / command_promt
Created June 15, 2020 07:50
cmd in python installations
C:\Users\admin>python
Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
@hoai97nam
hoai97nam / command_prompt
Created June 15, 2020 07:58
cmd python installations
pip install numpy
pip install matplotlib
@hoai97nam
hoai97nam / command_prompt
Created June 15, 2020 07:59
cmd python íntallations
C:\Users\admin>python
Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
@hoai97nam
hoai97nam / commands
Created June 15, 2020 08:02
cmd python installations
>>> import cv2
>>> cv2.__version__
## Package Plan ##
environment location: D:\Anaconda3\envs\new-env
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
(new-env) C:\Users\admin>python
Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
>>> cv2.__version__
'3.4.2'
$ git clone https://github.com/jetsonhacks/buildJetsonTX2Kernel.git`
$ cd buildJetsonTX2Kernel
@hoai97nam
hoai97nam / clone jetson kernel
Created June 18, 2020 22:13
clone jetson kernel
$ git clone https://github.com/jetsonhacks/buildJetsonTX2Kernel.git`
$ cd buildJetsonTX2Kernel
@hoai97nam
hoai97nam / build Opencv
Created June 18, 2020 22:15
build Opencv
$ git clone https://github.com/jetsonhacks/buildOpenCVTX2.git`
$ ./buildOpenCV.sh
@hoai97nam
hoai97nam / checking modules
Created June 18, 2020 22:16
checking modules
$ cd /opencv/build
$ apt search ccmake
$ sudo apt-get install cmake-curses-gui
$ ccmake ..