CosmiQ_SN4_Baseline icon indicating copy to clipboard operation
CosmiQ_SN4_Baseline copied to clipboard

Baseline models, scripts, and helper functions for the SpaceNet 4: Off-Nadir Building Detection Challenge

Results 2 CosmiQ_SN4_Baseline issues
Sort by recently updated
recently updated
newest added

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...