Iammuratc / satellitepy

Fine-grained object detection in satellite images
MIT License
2 stars 0 forks source link

Fix/test and fix #196

Closed LNdr28 closed 5 months ago

LNdr28 commented 5 months ago

General fixes for all scripts, the following were tested and are now working:

split_rareplanes_labels                 
split_xview_into_satellitepy_labels     
separate_dataset_parts                  
create_patches                          
create_satellitepy_labels               
display_labels_on_images
bbavector (training)            
display_results_on_images               
map_of_bbavector_results                
bbavector/test_original_image           
bbavector/test_patch                    
iou_of_mask_results                     
relative_error_of_bbavector_results

There are still some issues with the results for FGC (and maybe FtGC), I think that is because of the data. Either way, it should not effect other functionality, including training and testing/evaluating on the remaining tasks.

I merged our implementations for display_labels_on_images.py to include all of our tasks.