Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Trained convolutional neural networks (obsolete)

Notifications You must be signed in to change notification settings

ThermoTrains/classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Train Classification

Template Matching

This project contains a Visual Studio solution with a project to recognize train identification numbers. Results are not promising though. So this represents of how not to do it.

See https://en.wikipedia.org/wiki/UIC_identification_marking_for_tractive_stock

Machine Learning

This repository contains the Tensorflow models to do train detection.

Further along there might be a model to detect isolation deficiencies.

python -m scripts.retrain `
   --bottleneck_dir=tf_files/bottlenecks `
   --how_many_training_steps=4000 `
   --model_dir=tf_files/models/ `
   --summaries_dir=tf_files/training_summaries/"$ARCHITECTURE" `
   --output_graph=tf_files/train_graph.pb `
   --output_labels=tf_files/train_labels.txt `
   --architecture="$ARCHITECTURE" `
   --image_dir=tf_files/trains

About

Trained convolutional neural networks (obsolete)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published