19990101lrk
19990101lrk
The following error occurs when calculating mAP in the test set, how to solve it File "tools/test.py", line 257, in main() File "tools/test.py", line 249, in main metric = dataset.evaluate(outputs,...
I want to reimplement an NMS, how should I do it in mmrotate?
Why is the horizontal anchor generated in FasterRCNN, and the NMS is also horizontal? Thanks for answer.
Reimplemented NMS under mmrotate.core.post_processing but shows not found when used in config file
Reimplemented an NMS under mmdetection/mmdet/core/post_processing, and did not use the operation of mmcv.ops.nms. When called in the configuration file, it showed that it was not found.
Using ball pivoting to generate a triangular mesh, it keeps showing adding 0 faces,Adjusting the radius has no effect either
I want to use the styleganv2 model to generate SAR images as a data enhancement method for other tasks. I have a single-channel 800x800 SAR image. How to modify the...