Computer Vision Project for USD class Computer Vision CSC 752 -UT1
The project details can be found at :
https://github.com/robinnarsinghranabhat/Data-Efficient-Cropland-Segmentation-with-Pseudo-labels/blob/main/CV_Report.pdf
You need to login to Google Earth Engine Explorer, and use the JS files in :  ./gee/
- 
ee.jsprepares the Export Files to be downloaded. We have two 27-channel image files on a provided region. Note : For a larger region, multiple files are downloaded into google drive which must be merged. - 
You can select the region of your choice, or use the coordinates used in
./gee/final_roi.js 
Refer
segmentation_v1.ipynb: train the baseline modelsegmentation_unet_dic.ipynb: train Unet model with dice losssegmentation_unet_bce.ipynb: train Unet model with Binary cross entropy lossinference.ipynb: Compares different trained models againts each other


