Skip to content

Commit d2e7078

Browse files
authored
Merge pull request #274 from Esther2013/master
run image recognition example in Ubuntu.
2 parents 2afec33 + e06be04 commit d2e7078

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ Example runner will download all the required files like training data and model
150150
* [Named Entity Recognition](test/TensorFlowNET.Examples/TextProcess/NER)
151151
* [Transfer Learning for Image Classification in InceptionV3](test/TensorFlowNET.Examples/ImageProcess/RetrainImageClassifier.cs)
152152

153+
More troubleshooting of running example refer [here](tensorflowlib/README.md).
154+
153155
### Contribute:
154156

155157
Feel like contributing to one of the hottest projects in the Machine Learning field? Want to know how Tensorflow magically creates the computational graph? We appreciate every contribution however small. There are tasks for novices to experts alike, if everyone tackles only a small task the sum of contributions will be huge.

tensorflowlib/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ Here are some pre-built TensorFlow binaries you can use for each platform:
2222

2323
Download Linux pre-built library and unzip `libtensorflow.so` and `libtensorflow_framework.so` into current running directory.
2424

25+
To run image recognition in Linux, please ensure some prerequisite libraries is install.
26+
27+
```shell
28+
sudo apt install libc6-dev
29+
sudo apt install libgdiplus
30+
```
31+
32+
More information about [System.Drawing on Linux](<https://www.hanselman.com/blog/HowDoYouUseSystemDrawingInNETCore.aspx>).
33+
2534
### Run in Mac OS
2635

2736
### GPU Tensorflow for windows

0 commit comments

Comments
 (0)