Mahdiyar Moghadam
Mahdiyar Moghadam
> Can you provide the log (console output)? log for testing?? i dont understand what do you mean?? it just test 4750 splitted picture and make a `.pkl` file
after **prepare_dota1** i have 4750 splitted img for testing and a `.json` file that named `DOTA_test1024.json` for splitted img : https://drive.google.com/file/d/1-AgdUjDYlHC1MueH1spX3ixbTuwUmI-k/view?usp=sharing
> There should be `937`/`10833` testing images before/after spliting. Please check your data. in [dota v1](https://drive.google.com/drive/folders/1mYOf5USMGNcJRPcvRVJVV1uHEalG5RPl)??? testing folder has 937 images??? what about train an val number images???
> Note train.txt and test.txt in HRSC2016 are .txt files recording image names without extension. > > For example: > > ``` > P00001 > P00002 > ... > ```...
after erasing line BB = BB[sorted_ind, :] i got this: KeyboardInterrupt classname: ship check fp: [] check tp [] npos num: 1188 ap: 0.0 map: 0.0 classaps: [0.]
> Please check your `.txt` result file first. it doesnt made
in `# generate results !python /content/ReDet/tools/test.py /content/ReDet/configs/ReDet/ReDet_re50_refpn_3x_hrsc2016.py \ /content/ReDet/work_dirs/ReDet_re50_refpn_3x_hrsc2016/ReDet_re50_refpn_3x_hrsc2016-d1b4bd29.pth --out /content/ReDet/work_dirs/ReDet_re50_refpn_3x_hrsc2016/results.pkl ` it gives `.pkl` file after that i run this: `# evaluation remeber to modify the results path in...
i use tools/parse_results.py . it makes `.txt` file but still i get error: `# evaluation remeber to modify the results path in hrsc2016_evaluation.py !python /content/ReDet/DOTA_devkit/hrsc2016_evaluation.py` classname: ship Traceback (most recent...
> Maybe the mismatch between your `pytorch` and `cudatoolkit`. Please check it. it can train roi transform and frCNN_OBB in HRSC2016 and DOTA it happen when i want train just...
> Please refer to https://github.com/dingjiansw101/AerialDetection it has just roi transform where i can find more checkpoint like /DOTA/faster_rcnn_r50_fpn_1x_dota_RoITrans_v5_split512_rotation_ms.py or /DOTA/faster_rcnn_h-obb_r50_fpn_1x_dota.py and others?? could you send them to me or give...