Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvmt authored Jan 3, 2025
1 parent 9983370 commit 6239c05
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Tiger classification

This repository contains scripts and notebooks to build a model that can classify tigers (and other species) in camera trap images,
using ML (e. g. [MegaDetector](https://github.com/agentmorris/MegaDetector) and [MEWC](https://github.com/zaandahl/mewc)),
open source tools and data (e. g. [LILA BC](https://lila.science/))
and free compute resources (i. e. Colab and Kaggle).
using ML (e. g. [MegaDetector](https://github.com/agentmorris/MegaDetector)), open data (e. g. [LILA BC](https://lila.science/)),
open source tools (e. g. [MEWC](https://github.com/zaandahl/mewc)) and free compute resources (i. e. Colab and Kaggle).

![tiger](media/anno_1440.jpg 'tiger')

Expand Down Expand Up @@ -37,17 +36,19 @@ and make it available through [EcoAssist](https://addaxdatascience.com/ecoassist
3. Copy images to Drive

*Note: Since Colab and Drive have limited capacities, one might have to further split up the process.*

*Note: I found the image downloading to be much faster in Colab and Drive compared to Kaggle.*

**Preprocess images**

[Open in Kaggle](https://www.kaggle.com/code/alexvmt/preprocess-images/notebook)

1. Run MegaDetector on all images
2. Snip images [following mewc-snip](https://github.com/zaandahl/mewc-snip)
2. Snip images following [mewc-snip](https://github.com/zaandahl/mewc-snip)
3. Copy snipped images to Kaggle Output

*Note: Images must have been previously downloaded to Drive via Colab and then uploaded to Kaggle (zipped folder).*

*Note: I found access to free GPUs much better and transparent in Kaggle compared to Colab.*

## Training
Expand Down

0 comments on commit 6239c05

Please sign in to comment.