InceptionV3_TensorFlow-master

所属分类:人工智能/神经网络/深度学习
开发工具:Python
文件大小:51KB
下载次数:0
上传日期:2021-01-06 16:25:20
上 传 者lijun!
说明:  利用tensorflow加载预训练模型对5种花卉图像进行识别。训练文件包含两个部分:识别
(The pre training model is loaded by tensorflow to recognize five kinds of flower images. The file contains two parts: training and recognition)

文件列表:
LICENSE (1093, 2017-01-29)
clean.sh (363, 2017-01-29)
contributors.txt (24, 2017-01-29)
data (0, 2017-01-29)
data\create_examples_list.py (726, 2017-01-29)
data\git.dir (0, 2017-01-29)
data\relation_tag_to_id.py (1134, 2017-01-29)
datasets.py (6788, 2017-01-29)
debug (0, 2017-01-29)
debug\git.dir (0, 2017-01-29)
debug_test (0, 2017-01-29)
debug_test\git.dir (0, 2017-01-29)
model.py (5863, 2017-01-29)
predict.py (2912, 2017-01-29)
settings.py (2687, 2017-01-29)
slim (0, 2017-01-29)
slim\BUILD (1689, 2017-01-29)
slim\__init__.py (0, 2017-01-29)
slim\collections_test.py (8100, 2017-01-29)
slim\inception_model.py (19469, 2017-01-29)
slim\inception_test.py (5491, 2017-01-29)
slim\losses.py (7674, 2017-01-29)
slim\losses_test.py (6414, 2017-01-29)
slim\ops.py (18665, 2017-01-29)
slim\ops_test.py (29534, 2017-01-29)
slim\scopes.py (5612, 2017-01-29)
slim\scopes_test.py (6009, 2017-01-29)
slim\slim.py (942, 2017-01-29)
slim\variables.py (10350, 2017-01-29)
slim\variables_test.py (16157, 2017-01-29)
train.sh (894, 2017-01-29)
train_operation.py (2604, 2017-01-29)
trainer.py (9045, 2017-01-29)

# InceptionV3_TensorFlow # InceptionV3_TensorFlow is an implementation of inception v3 using tensorflow and slim according to our guidline. ## Dependencies ## - TensorFlow (>= 0.12) ## Features ## - train - predict - save checkpoint - real time data augumentation ## Quick start ## If you want a quick start to run training of Inception_v3, you can simply do: ``` bash ./train.sh ``` The above script has passed test under Ubuntu15.10, CentOS and macOS. If you want to go through the train process step by step, please take the following content as example. ### Setup ### 1. download data in data/readme.md 2. execute "data/create_examples_list.py" 3. execute "data/relation_tag_to_id.py" 4. you can see train_csv.txt and test_csv.txt ### Start to train## ``` python trainer.py ``` Pass test under Ubuntu15.10 and CentOS ### How to use your own data sets ### - create train_csv.txt and test_csv.txt in data directory. ### datalist format ### ``` ,

近期下载者

相关文件


收藏者