Jiaming Han*, Jian Ding*, Jie Li, Gui-Song Xia†, arXiv preprint (arXiv:2008.09397) / TGRS (IEEE Xplore). The repo is based on mmdetection. Two versions are provided here: Original version and v20210104. We recommend to use v20210104 (i.e. the master branch). Introduction The pas...
测试地址: yolov5_obb:GitHub - hukaixuan19970627/yolov5_obb: yolov5 + csl_label.(Oriented Object Detection)(Rotation Detection)(Rotated BBox)基于yolov5的旋转目标检测 paddledetection:GitHub - PaddlePaddle/PaddleDetection: Object Detection toolkit based on PaddlePaddle. It supports object detection, ins...
git clone https://github.com/PaddlePaddle/PaddleDetection.git -b release/2.0 In [ ] %cd ~/PaddleDetection !pip install -r requirements.txt 1. 旋转框IOU计算OP 旋转框IOU计算OPext_op是参考Paddle自定义外部算子 的方式开发。 若使用旋转框IOU计算OP,需要环境满足: PaddlePaddle >= 2.0.1 GCC == ...
Security Insights Additional navigation options master 1Branch0Tags Code This branch is9 commits ahead of,40 commits behindcsuhan/s2anet:master. Folders and files Name Last commit message Last commit date Latest commit csuhan fix bugs: poly2rbox_torch ...
git clone https://github.com/PaddlePaddle/PaddleDetection.git -b release/2.3 In [3] %cd ~/PaddleDetection !pip install -r requirements.txt 1. 旋转框IOU计算OP旋转框IOU计算OPext_op是参考Paddle自定义外部算子 的方式开发。若使用旋转框IOU计算OP,需要环境满足:...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
ming71closed this ascompletedNov 29, 2020 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment Assignees No one assigned Labels None yet Projects None yet Milestone No milestone Development No branches or pull requests ...
git clone https://github.com/PaddlePaddle/PaddleDetection.git -b release/2.3 In [3] %cd ~/PaddleDetection !pip install -r requirements.txt 1. 旋转框IOU计算OP旋转框IOU计算OPext_op是参考Paddle自定义外部算子 的方式开发。若使用旋转框IOU计算OP,需要环境满足:...
# gitee 国内下载比较快 !git clone https://gitee.com/paddlepaddle/PaddleDetection.git -b release/2.0 # github # !git clone https://github.com/PaddlePaddle/PaddleDetection.git -b release/2.0 Cloning into 'PaddleDetection'... remote: Enumerating objects: 12917, done. remote: Counting objects: ...
hi, it's odd that this error occured when training DOTA for I check the code and seems no problem : Traceback (most recent call last): File "tools/train.py", line 9, in <module> from mmdet.apis import (get_root_logger, init_dist, set_random_seed, File "/dat01/zhangshuhao/dy/...