Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

R-CNN in R for analyzing aerial photos

I have 8,000 drone photos on which we want to detect almost circular holes in the ground (no UFOs..). I have been reading and practicing quite a lot with using CNNs in R, using both Keras and Tensorflow. However, I think what I need is a R-CNN instead of a conventional CNN, to be able to scan through the photos looking for the object.

But is there any way to work with R-CNN or even Mask R-CNN in R? I have no experience with Python.

like image 248
Shark167 Avatar asked Sep 03 '25 17:09

Shark167


1 Answers

As you are familiar with using Keras and Tensorflow in R, you should be able to implement the architecture as per your needs. You will be able to find the rough architecture of most models with a simple Google search and then tweak it to fit your use case.

For example - Faster RCNN architecture.

enter image description here

like image 185
skillsmuggler Avatar answered Sep 07 '25 08:09

skillsmuggler



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!