Skip to content

mcmurrak/transferflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning: work in progress..

Transfer Learning for Tensorflow

Setup

pip -r requirements.txt
cd transferflow/object_detection/utils; make; cd ../../../

Unit Tests

python test/object_detection_test.py

Todo

  • Make threads shut down gracefully
  • Refactor TensorBox originated codebase
  • Improve model persistence
  • Untangle rectangle stitching and results from the image rendering
  • Bring in classification retrain code from TF
  • Add unit tests for Classification
  • Refactor
  • Allow for more fine grained training controls + unit tests
  • Experiment with different base models

About

Transfer Learning for Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.2%
  • C++ 22.5%
  • Makefile 0.3%