Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

plord12/vizy-training

Repository files navigation

Vizy cam training

An attempt to train vizycam with UK birds + animals

Data sets :

Included are :

10 most common UK birds :

  • House Sparrow ✔️
  • Blue Tit ✔️
  • European Starling ✔️
  • Eurasian Blackbird ✔️
  • Wood Pigeon ✔️
  • European Robin ✔️
  • Great Tit ✔️
  • Eurasian Goldfinch ✔️
  • Eurasian Magpie ✔️
  • Long-tailed Tit ✔️

Extra birds ( seen in my garden ) :

  • Red Kite ✔️
  • Grey Heron ✔️
  • Blackcap ✔️
  • Redwing ✔️
  • Eurasian Green Woodpecker ✔️
  • Eurasian Collared Dove ✔️

Common garden animals :

  • Common Hedgehog ✔️
  • Red Fox ✔️
  • Eastern Gray Squirrel ✔️
  • Domestic Cat ✔️
  • Brown Rat ✔️
  • Person ✔️

Weeds :

  • Common Dandelion ✔️

( ✔️ indicates bounding boxes created )

Tensor flow on mac :

Models :

Other links :

To run on mac intel :

./install-tensorflow.bash
. Tensorflow/tf2_api_env/bin/activate
./data-prep.py
./train.py

To run on mac M1 :

./install-tensorflow-macos-m1.sh
conda activate tensorflow
./data-prep.py
./train2.py

Directories used :

  • Tensorflow - installed tensorflow binaries
  • train - training dataset download directory
  • val - training dataset download directory
  • boundingbox - source of bounding box data
  • images/training - training images ready to be used
  • images/validation - validation images ready to be used
  • models - tensorflow models and where training happens

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published