Thank you a lot. That was very informative and helpful. Please do more tutorials about using deep learning to count trees and identify species, height, etc.
@appymp8 ай бұрын
This was a great tutorial, thank you! I wonder if the automated workflow you spoke about in the end of the video has been released yet?
@amroal-zoubi28042 жыл бұрын
Great explanation! Very helpful. Thanks!
@edujacque2 жыл бұрын
Great video! May be a little faster but super usefuly. Still wondering about your raster calculation in min 4:50 of the video. ¿?
@MicaSense2 жыл бұрын
Hi Eduardo, what is your specific question? Please send us an email to support@micasense.com so we can further assist you :)
@braddock1493 жыл бұрын
Well done!
@lukasspeckhardt15242 жыл бұрын
Great video! Super helpful and well explained. From where did you source your data? Thanks!
@MicaSense2 жыл бұрын
Hi Lukas, We used a data set we captured with one of our sensors for this video tutorial. If you are looking for sample data sets to use in QGIS, I suggest you visit our website, and under products, you'll find an option for Sample Datasets; pick the one from the sensor you would like to test out. micasense.com/ If you have any further questions, please get in touch with our support team at support@micasense.com
@dalerobberts67932 жыл бұрын
Hi Lukas, when I try and apply the filtered layer using sieve and a threshold of 5 I just get a white box with a black border. The entire area where the fine filtered area is just turns to a white block. I have copied your methods completely and tried it a number of times. Any idea why it is doing this. QGIS vs 2.4.1
@shalen5256 Жыл бұрын
What are the specs of your computer? The processes seem very fast for such large rasters.
@GuterWaldschrat Жыл бұрын
4:50 What character is placed between the brackets? (NIR >= 6000) ??? (osavi > 0.88) != 0 = 1 Thanks for help 😊
@avexdronesagricolas3549 Жыл бұрын
It's *
@zj76112 жыл бұрын
Hi, I have raw datas of micasense camera and get them processed using pix4d mapper, using your method which data should I use? I have blue, green, ndvi, nir, red & red edge here.
@larsejderud49373 жыл бұрын
Would this methodology work to distinguish different tree spiecies from each other in a more dense stand?
@MicaSense3 жыл бұрын
Yes, it would
@dalerobberts67932 жыл бұрын
Hi @Micasense when I try and apply the filtered layer using sieve and a threshold of 5 I just get a white box with a black border. The entire area where the fine filtered area is just turns to a white block. I have copied your methods completely and tried it a number of times. Any idea why it is doing this. QGIS vs 2.4.1
@MicaSense2 жыл бұрын
Hi Dale! Thanks for reaching out with your concern about filtered layers not working properly. Please get in touch with our support team so we can take a closer look at your situation. They can be reached here: support.micasense.com/hc/en-us/requests/new
@soundoftensuns98022 жыл бұрын
Hi, try seting your min =0 and max =1 to your sieve after creating it
@dalerobberts67932 жыл бұрын
@@soundoftensuns9802 Hi, happy new year. Many thanks, will give that a try and see how it goes. Appreciate your feedback.
@markus108823 жыл бұрын
Can you please share the formula you've used? eg. osavi etc...
@MicaSense3 жыл бұрын
We used the typical osavi formula: (NIR - red) / (NIR + red + L) * (1 + L) L = 0.16
@bvegas2 жыл бұрын
@@MicaSense Actually that formula was not used to compute OSAVI in this demo. Only (NIR - R)/(NIR + R) was used.