@@ -18,8 +18,7 @@ the DIY camera trap.
1818The Insect Detect DIY camera trap system is composed of low-cost off-the-shelf hardware components
1919([ Raspberry Pi Zero 2 W] ( https://www.raspberrypi.com/products/raspberry-pi-zero-2-w/ ) ,
2020[ Luxonis OAK-1] ( https://docs.luxonis.com/hardware/products/OAK-1 ) ,
21- [ Witty Pi 4 L3V7] ( https://www.uugear.com/product/witty-pi-4-l3v7/ ) or
22- [ PiJuice Zero pHAT] ( https://uk.pi-supply.com/products/pijuice-zero ) ), combined with
21+ [ Witty Pi 4 L3V7] ( https://www.uugear.com/product/witty-pi-4-l3v7/ ) ), combined with
2322open source software and can be easily assembled and set up with the
2423[ provided instructions] ( https://maxsitt.github.io/insect-detect-docs/ ) .
2524
@@ -45,7 +44,7 @@ some standard tools are necessary, which are listed in the Hardware
4544## Software setup
4645
4746In the [ ** Software** ] ( https://maxsitt.github.io/insect-detect-docs/software/ )
48- section of the documentaton website, all steps to get the camera trap up and
47+ section of the documentation website, all steps to get the camera trap up and
4948running are explained. You will start with installing the necessary software
5049to your [ local PC] ( https://maxsitt.github.io/insect-detect-docs/software/localsetup/ ) ,
5150to communicate with the Raspberry Pi Zero 2 W. The next steps will guide you
@@ -60,6 +59,11 @@ scripts and how to run them can be found in
6059
6160## Model training
6261
62+ > [ !WARNING]
63+ > Detection model training is currently being refactored and will be updated soon.
64+ > YOLO detection models trained with the previous approach are not supported anymore
65+ > after insect-detect v2.0.0.
66+
6367The ** Model Training** section will show you tools to
6468[ annotate] ( https://maxsitt.github.io/insect-detect-docs/modeltraining/annotation/ )
6569your own images and use these to train your custom YOLOv5, YOLOv6, YOLOv7 or YOLOv8
0 commit comments