conda create -n tensorflow python=3.5.2
pip install numpy scipy
pip install --upgrade tensorflow-gpu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define redPin * | |
#define greenPin * | |
#define bluePin * | |
int recieveByte = 0; | |
String bufStr = ""; | |
String okStr = "OK"; | |
void setup() { | |
// init pins |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const SerialPort = require('serialport'); | |
const port = new SerialPort('/dev/cu.usbmodem****', { | |
parser: SerialPort.parsers.readline('\n'), | |
baudrate: 9600 | |
}) | |
port.on('open', function () { | |
console.log('Serial open.'); | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ReachView code is placed under the GPL license. | |
# Written by Egor Fedorov ([email protected]) | |
# Copyright (c) 2015, Emlid Limited | |
# All rights reserved. | |
# If you are interested in using ReachView code as a part of a | |
# closed source project, please contact Emlid Limited ([email protected]). | |
# This file is part of ReachView. |
Env
Mac 10.12.6
Python 3.5.4(Anaconda)
$ pip install Cython==0.23
$ pip install kivy
Failed building wheel for kivy
Follow original repo's guide
https://github.com/thtrieu/darkflow
Python3, tensorflow 1.0, numpy, opencv 3.
$ mongo
MongoDB shell version v3.4.6
connecting to: mongodb://127.0.0.1:27017
2017-07-13T13:29:20.917+0500 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017, in(checking socket for error after poll), reason: Connection refused
2017-07-13T13:29:20.917+0500 E QUERY [thread1] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed :
connect@src/mongo/shell/mongo.js:237:13
@(connect):1:6
exception: connect failed
$ vim .bashrc/.zshrc
alias ignore='echo -e "node_modules/ \n*.mp4 \n*.mp3 \n*.mov \n*.pdf \nconfig.js" >> .gitignore'
$ git init & ignore
$ brew install sdl sdl_image sdl_mixer sdl_ttf portmidi
$ pip install pygame