CosmiQ_SN4_Baseline
CosmiQ_SN4_Baseline copied to clipboard
Baseline models, scripts, and helper functions for the SpaceNet 4: Off-Nadir Building Detection Challenge
Hi, In all the generator classes, the length function seems to be implemented wrong. The implementation: ``` def __len__(self): 'Denotes the number of batches per epoch' return int(np.floor(self.images.shape[1]/self.batch_size)) ``` when...
Currently, rgbs_and_masks_to_arrs.py can't load in existing np arrays of imagery because the shape it expects is different from what I'm saving it as. I need to figure out how to...