JDet
JDet copied to clipboard
JDet is an object detection benchmark based on Jittor. Mainly focus on aerial image object detection (oriented object detection).
在使用YOLO网络的时候,报了个train: Scanning '/root/autodl-tmp/data/train/labels.cache' for images and labels... 0 found, 4000 missing, 0 empty, 0 corrupted: 100%|███████████████| 4000/4000 [00:00
## 测试环境 windows10 21H2 wsl2 ubuntu 22.04 LTS 4.19.128-microsoft-standard miniconda3+python3.7 cuda 11.7 显卡型号1060 ## 错误 ### 使用CUDA时 Loading config from: configs/s2anet/s2anet_r50_fpn_1x_fair1m_1_5.py [w 0809 11:21:49.947748 32 __init__.py:1344] load parameter fc.weight failed...
Support the rotation transformation of any angle
# 问题描述 执行python3.7 run_net.py --config-file=configs/retinanet_gaofen.py --task=train后报错CUDA error # 完整日志 XXX@DESKTOP-8B01LP5:/mnt/e/cpt/JDet-master/projects/retinanet$ python3.7 run_net.py --config-file=configs/retinanet_gaofen.py --task=train [i 0914 20:35:15.018271 64 compiler.py:869] Jittor(1.2.3.101) src: /home/llc/.local/lib/python3.7/site-packages/jittor [i 0914 20:35:15.024461 64 compiler.py:870] g++ at /usr/bin/g++(7.5.0)...
无法开始训练
运行训练代码时出现了如下错误 ``` Traceback (most recent call last): File "tools/run_net.py", line 47, in main() File "tools/run_net.py", line 40, in main runner.run() File "/workspace/JDet/python/jdet/runner/runner.py", line 81, in run self.train() File "/workspace/JDet/python/jdet/runner/runner.py", line...
我根据JDet/projects/retinanet/README.md文件当中的链接https://cloud.tsinghua.edu.cn/f/f12bb566d4be43bfbdc7/下载文件ckpt_30.pkl,并复制到目录JDet/projects/retinanet/work_dirs/retinanet_gaofen/checkpoints当中,运行命令 python run_net.py --config-file=configs/retinanet_gaofen.py --task=train。由于已经存在checkpoint文件,测试过程正常,但最后打包的过程报错。如下所示: Sat Sep 4 23:39:41 2021 Loading model parameters from work_dirs/retinanet_gaofen/checkpoints/ckpt_30.pkl Sat Sep 4 23:39:41 2021 Start running Sat Sep 4 23:39:41 2021 Testing... 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1126/1126...
Traceback (most recent call last): File "/root/anaconda3/envs/Jit/lib/python3.7/multiprocessing/pool.py", line 121, in worker result = (True, func(*args, **kwds)) File "/root/anaconda3/envs/Jit/lib/python3.7/multiprocessing/pool.py", line 44, in mapstar return list(map(*args)) File "/root/ZY/JDet-master/python/jdet/data/devkits/result_merge.py", line 230, in mergesingle...