Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 834 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 834 Bytes

avDetect

image recognition tool based on tensorflow to detect avalanches in images

two models:

self-trained model: not described yet

inception based model:

to run the model:

(training the inception based model from scratch:

  • follow the tensorflow inception retraining tutorial
  • when compiling with bazel use the "--copt=-march=native" option)