splashblot / dronedb

Location Intelligence & Data Visualization tool
http://carto.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Prepare grapes dataset #11

Closed jjmata closed 7 years ago

jjmata commented 7 years ago

Take the first steps towards creating a train/val dataset for our CNN treatment of grapes on the vine.

Feel free to edit this first comment to specify your goals for this milestone, @ivanprado.

ivanprado commented 7 years ago

@amlarraz has trained a Faster-RCNN model with a grapes dataset and results are pretty promising. I propose the following next steps:

I think I can take care of 1 and 4 and @amlarraz can work on 2 and 3.

@amlarraz how do you see this plan? I will need you to upload the dataset to S3 so that I can work on point 1.

amlarraz commented 7 years ago

I see all perfect @ivanprado, however first I'm going to finish the labelling in the entire dataset (only have 140 images labelled from 300), and then I'll upload to S3, launch another training with all images, and go to segmentation tasks 2 and 3. Do you think is ok or do you want I upload the things I already have to test?

ivanprado commented 7 years ago

@amlarraz perfect, go ahead! I can work on 1 without the dataset.

ivanprado commented 7 years ago

I have created a tool for cropping isolated objects from annotations.

Crops uploaded to S3. @amlarraz look at folder Crops.

amlarraz commented 7 years ago

Maybe we can use the approach in: http://www.vitivinicultura.net/tecnologia-vinedo.html to detect the cluster compactness

ivanprado commented 7 years ago

Sure, that can be a starting point.

amlarraz commented 7 years ago

Created a tool to run through the "complete inference", meaning:

1.- Create inferences in Faster-RCNN (works in faster-rcnn-Tensorflow) 2.- Crop the bboxes detected in Faster-RCNN and make inferences using DeeplabV2 (Tensorflow) over this crops. 3.- Draw the DeeplabV2 inference smoothy-border over each crop. 4.- Overlap the crops and the original image and draw the faster-RCNN bboxes and save.