Skip to content

ctc-oss/xviewgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go tensorflow

example tensorflow object detection inference with golang bindings

targeting the xview 2018 dataset and pretrained inception_v2 models

see the xview 2018 baseline inference scrips for reference that guided this implementation

run

make
detect -model xview-models/multires.pb -image xview/2122.jpg > predictions.txt
score -predictions predictions.txt -groundtruth xview/labels/2122.geojson

Install TensorFlow for Go

reference

errors

-Expects arg[0] to be uint8 but float is provided