cloudless
cloudless copied to clipboard
Deep learning pipeline for orbital satellite data for detecting clouds
I am facing this error. File "/work/cloudless/src/annotate/train/scripts/download_planetlabs.py", line 42 print "\nWorking with next page of results: %s" % next_url ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean...
**I have data set that contain static image with x,y and rain value in last 2 years ** **which model use to train those csv data** **My input is Image...
@BradNeuberg I've been looking into your blog post regarding this project, and it seems really nice. I wonder if you guys have applied this to multispectral imagery, which could narrow...
I am downloading Planet Labs images. But getting below error when i type: `python train/scripts/download_planetlabs.py 37.796105 -122.461349 --buffer 200 --image_type rapideye --dir ../../data/planetlab/images/` Output: ``` Traceback (most recent call last):...
An improved annotation tool for drawing bounding boxes for images taken from the Planet Labs API with quality controls and the ability to optionally work via Mechanical Turk, inspired by...
One of my big tasks today
Configure Caffe AlexNet prototxt files for fine tuning/transfer learning (freeze some layers, slow down others, etc.). Make sure that the feature scaling values are correct for what we copied over;...