Skip to content

lidabing/tensorflow_train

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

tensorflow_train

python object_detection/dataset_tools/create_pet_tf_record.py 
--label_map_path=object_detection/data/pet_label_map.pbtxt
--data_dir=D:/works/tensorflow/models/research --output_dir=D:/works/tensorflow/models/research
python object_detection/train.py \
--logtostderr \
--pipeline_config_path=D:/works/tensorflow/TensorFlow_Custom_ObjectDetection_/models/model/ssd_mobilenet_v1_coco.config \
--train_dir=D:/works/tensorflow/TensorFlow_Custom_ObjectDetection_/train
python object_detection/export_inference_graph.py  --input_type image_tensor   --pipeline_config_path D:/works/tensorflow/TensorFlow_Custom_ObjectDetection_/models/model/ssd_mobilenet_v1_coco.config --trained_checkpoint_prefix D:/works/tensorflow/TensorFlow_Custom_ObjectDetection_/train/model.ckpt-21925 --output_directory D:/works/tensorflow/TensorFlow_Custom_ObjectDetection_/out
tensorboard --logdir=D:\works\tensorflow\TensorFlow_Custom_ObjectDetection_\train

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published