-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scratch-guiおよびml5.jsのバージョンを指定してビルドする。
- Loading branch information
1 parent
7608652
commit a543e1c
Showing
4 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,27 +85,27 @@ With PoseNet2Scratch extension blocks, you can get x and y position of the follo | |
1. Setup LLK/scratch-gui on your computer. | ||
|
||
``` | ||
% git clone [email protected]:LLK/scratch-gui.git | ||
% cd scratch-gui | ||
% npm install | ||
git clone --depth 1 [email protected]:LLK/scratch-gui.git | ||
cd scratch-gui | ||
npm install | ||
``` | ||
2. In scratch-gui folder, clone PoseNet2Scratch. You will have posenet2scratch folder under scratch-gui. | ||
``` | ||
% git clone [email protected]:champierre/posenet2scratch.git | ||
git clone [email protected]:champierre/posenet2scratch.git | ||
``` | ||
3. Run the install script. | ||
``` | ||
% sh posenet2scratch/install.sh | ||
sh posenet2scratch/install.sh | ||
``` | ||
4. Run Scratch, then go to http://localhost:8601/. | ||
``` | ||
% npm start | ||
npm start | ||
``` | ||
## Licence | ||
|
@@ -116,4 +116,4 @@ With PoseNet2Scratch extension blocks, you can get x and y position of the follo | |
<img src="images/twitter.png" /> | ||
<img src="images/twitter.png" /> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,27 +100,27 @@ Xcratch の URL である [https://xcratch.github.io/](https://xcratch.github.io | |
1. Setup LLK/scratch-gui on your computer. | ||
|
||
``` | ||
% git clone [email protected]:LLK/scratch-gui.git | ||
% cd scratch-gui | ||
% npm install | ||
git clone --depth 1 [email protected]:LLK/scratch-gui.git | ||
cd scratch-gui | ||
npm install | ||
``` | ||
2. In scratch-gui folder, clone PoseNet2Scratch. You will have posenet2scratch folder under scratch-gui. | ||
``` | ||
% git clone [email protected]:champierre/posenet2scratch.git | ||
git clone [email protected]:champierre/posenet2scratch.git | ||
``` | ||
3. Run the install script. | ||
``` | ||
% sh posenet2scratch/install.sh | ||
sh posenet2scratch/install.sh | ||
``` | ||
4. Run Scratch, then go to http://localhost:8601/. | ||
``` | ||
% npm start | ||
npm start | ||
``` | ||
## Licence(ライセンス) | ||
|
This file contains 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