News

JavaScript is a sprawling and ever-changing behemoth, and may be the single-most connective piece of web technology. From AI ...
Abstract: In the past decade, object detection technology has developed rapidly. However, in the field of unmanned aerial vehicle (UAV) image object detection, challenges such as complex environments, ...
Abstract: Underwater object detection (UOD) plays an important role in the exploitation of marine ecological resources. Different from terrestrial images, the complex underwater environment leads to ...
Real-world datasets follow an imbalanced distribution, which poses significant challenges in rare-category object detection. Recent studies tackle this problem by developing re-weighting and ...
I tried using DINOv3 as the pre-trained model for the detector and encountered an issue. When defining the Transformer, self.reference_points(not two-stage) is initialized as follows: if two_stage: ...