yuyi1005
yuyi1005
Here is a solution: https://github.com/grigorig/stcgal/issues/63#issuecomment-824749718
[basic_patterns.zip](https://github.com/open-mmlab/mmrotate/files/13816461/basic_patterns.zip)
On my mini4 it always prints something like "breakjailed ya" and I have never seen "respringing". But Cydia works well.
Me too, on mini4 10.3.2. "Try again" never works. And after failed exploit, the system is unstable until reboot.
I copied the rotated-fcos-hbox-le90_r50_fpn_csl-gaussian_1x_dota.py, deleted 'use_hbbox_loss=True', and then the error occured. With use_hbbox_loss=True, both CSL and PSC can work now. I think I was misled by the name "rotated-fcos-hbox-le90_r50_fpn_csl-gaussian_1x_dota", the...
Thanks, I have just finished the training on HRSC, the mAP50 of FCOS+PSC is 90.1
> hello, can I ask how to infer this? I tried to infer this one but I got this error KeyError: "class `RetinaNet` in mmdet/models/detectors/retinanet.py: 'AngleBranchRetinaHead is not in the...
@Leael from mmdet.utils import register_all_modules as register_all_modules_mmdet from mmrotate.utils import register_all_modules register_all_modules_mmdet() register_all_modules()
@Leael That is a bug caused by the different definition of bbox between visualization and inference, which is supposed to be fixed by mainteners. I can give you a temporary...
@zytx121 Hi, the ci is stuck at "First-time contributors need a maintainer to approve running workflows.". Could you find a authorized maintainer to approve it for me