-
Notifications
You must be signed in to change notification settings - Fork 14
Hotspot classification #5
Comments
@Marcel-Simon here's my idea for this item: I plan to recycle existing very deep models (VGG16 / inception-v3) using transfer learning:
Variations:
|
@clpop I agree. This seems to be the methodology most of the other endangered wildlife detectors are also using. deep neural net +transfer learning + data augmentation. Do we have the hotspot image data set though? Like would it make sense to overlay the thermal images over the normal images, basically adding a new dimension similar to using RGB images vs Grayscale in the input? Which framework/example are you building it off of? |
I'm also interested in this |
Happy about all the interest. @CIPop The general idea as also described by @nelsonlin2708968 is perfectly right. However, I think, there is no need to change so much of the network architecture, you can keep the network input size and just resize the input images accordingly on the fly during training. |
Hey there, Just got some replies for other projects people have done. The people working on the snow leopard identification (Mark Hamilton) sent me this for help making a transfer learning architecture. This is from the AI for earth people. |
Created a pre-release with a 1.5GB model based on VGG16 + transfer learning. |
One low hanging fruit in our project is the hotspot classification, i.e. taking the hotspot detections provided by their algorithm and deciding which one actually corresponds to a seal and which not. Here are possible action items:
The text was updated successfully, but these errors were encountered: