Skip to content

Instantly share code, notes, and snippets.

@iwatake2222
iwatake2222 / makefulluseofedgetpu.ipynb
Created May 9, 2020 11:51
MakeFullUseOfEdgeTPU.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iwatake2222
iwatake2222 / edgetpucompile.ipynb
Created May 9, 2020 11:55
EdgeTPUCompile.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iwatake2222
iwatake2222 / Accessing shared memory from different core Result
Last active August 8, 2020 13:16
Accessing shared memory from different core
pi@raspberrypi:~/multi/build $ ./main
total num = 10000000
cntx0y0 = 47 (0.0000047000)
cntx1y1 = 9893013 (0.9893013000)
cntx1y0 = 4 (0.0000004000)
cntx0y1 = 106935 (0.0106935000)
@iwatake2222
iwatake2222 / OpenCV_with_CUDA_install_Jetson.sh
Created September 12, 2020 13:25
OpenCV_with_CUDA_install_Jetson.sh
### System update and install minimum tools ###
sudo apt -y update
sudo apt -y upgrade
sudo apt -y install nano python-pip
sudo -H pip install -U jetson-stats
### Install other libs ###
sudo apt -y install ffmpeg libavcodec-dev libavformat-dev libswscale-dev libdc1394-22-dev libavresample-dev
sudo apt -y install libvorbis-dev libxvidcore-dev libx264-dev libxvidcore-dev
sudo apt -y install libgtk2.0-dev libgtk-3-dev