i_gohar
i_gohar
**Describe the bug** What should be the size of image, my input image dimension is 5280*2970. **Which branch you use** Training on Custom Data, Executing "360 inward-facing scene" in nerp.pl...
I am trying to convert fcos model to detectron2 using tools/convert_fcos_weights.py but I am getting a key error: My command is python tools/convert_fcos_weights.py #I changed the model and output file...
@ming71 I am using your this toolbox to augment my DOTA type custom dataset. The environment is all set on windows 10 server with anaconda environment. After running the code...
I am using a custom COCO-type dataset. The classes and everything are updated, and in my log file, it can pick up my dataset and divide it according to the...
I am using TFA, the dataset is in VOC format. I have total 5 classes and in three splits I am dividing it like this ALL CLASSES=[A,B,C,D,E] Split_1_base=[A,B,C,D] Split_2_base=[A,B,C] Split_3_base=[A,B]...