IM-CMDet代码复现(Ubuntu (Linux))​ 资源准备代码百度网盘 请输入提取码数据集百度网盘 请输入提取码创建并激活环境conda create -n imcmdet python3.9 -y conda activate imcmdet安装 PyTorchpip install torch1.13.1cu116 torchvision0.14.1cu116 torchaudio0.13.1 --index-url https://download.pytorch.org/whl/cu116安装 mmcv-full 1.7.2pip install mmcv-full1.7.2 -f https://download.openmmlab.com/mmcv/dist/cu116/torch1.13/index.html安装其他依赖pip install scipy terminaltables pycocotools matplotlib seaborn scikit-learn tensorboard opencv-python修改数据集位置修改代码里面数据集的位置改成自己数据集的位置data_root /home/buu622/桌面/RGBTDronePerson/设置PYTHONPATHIM_CMDet/tools/train.py的开头加上如下的代码import sys import os.path as osp sys.path.insert(0, osp.join(osp.dirname(__file__), ..))下载预训练权重wget -4 -P /home/buu622/.cache/torch/hub/checkpoints/ https://download.pytorch.org/models/resnet50-0676ba61.pthNumpy降级pip install numpy2开始训练python tools/train.py data/IM_CMDet_configs/IMCMDet_res50_DSJE_1x_droneperson.py --work-dir work_dirs/paper_reproduce

相关新闻

最新新闻

社交网络关系一网打尽:python-twitter-examples粉丝关注列表与好友关系分析实战

社交网络关系一网打尽:python-twitter-examples粉丝关注列表与好友关系分析实战

社交网络关系一网打尽:python-twitter-examples粉丝关注列表与好友关系分析实战 【免费下载链接】python-twitter-examples Examples of using Python for Twitter social data mining, using the python-twitter-tools framework. 项目地址: https://gitcode.com…

2026/8/22 13:44:44
heroku_san环境变量实战:config:vars、RACK_ENV与独立配置仓库完整攻略

heroku_san环境变量实战:config:vars、RACK_ENV与独立配置仓库完整攻略

heroku_san环境变量实战:config:vars、RACK_ENV与独立配置仓库完整攻略 【免费下载链接】heroku_san Helpful stuffs for Heroku. 项目地址: https://gitcode.com/gh_mirrors/he/heroku_san heroku_san 是一款为 Heroku 量身打造的 Ruby 部署辅助工具&#x…

2026/8/22 13:44:44
translateLocally核心线程剖析:MarianInterface如何单线程调度Bergamot翻译引擎

translateLocally核心线程剖析:MarianInterface如何单线程调度Bergamot翻译引擎

translateLocally核心线程剖析:MarianInterface如何单线程调度Bergamot翻译引擎 【免费下载链接】translateLocally Fast and secure translation on your local machine, powered by marian and Bergamot. 项目地址: https://gitcode.com/gh_mirrors/tr/translat…

2026/8/22 13:44:44
rst2pdf命令行选项全解:20+个参数助你高效生成PDF

rst2pdf命令行选项全解:20+个参数助你高效生成PDF

rst2pdf命令行选项全解:20个参数助你高效生成PDF 【免费下载链接】rst2pdf Use a text editor. Make a PDF. 项目地址: https://gitcode.com/gh_mirrors/rs/rst2pdf rst2pdf 是一款开源的 PDF 生成工具,口号就是「Use a text editor. Make a PDF.…

2026/8/22 13:44:44
Openscoring客户端CLI工具完全手册:Deployer、Evaluator与CsvEvaluator实战

Openscoring客户端CLI工具完全手册:Deployer、Evaluator与CsvEvaluator实战

Openscoring客户端CLI工具完全手册&#xff1a;Deployer、Evaluator与CsvEvaluator实战 【免费下载链接】openscoring REST web service for the true real-time scoring (<1 ms) of Scikit-Learn, R and Apache Spark models 项目地址: https://gitcode.com/gh_mirrors/o…

2026/8/22 13:44:44
C盘驱动清理实操指南:用RAPR(Driver Store Explorer)安全删除驱动库中的旧版本,找回数GB空间

C盘驱动清理实操指南:用RAPR(Driver Store Explorer)安全删除驱动库中的旧版本,找回数GB空间

C盘驱动清理实操指南&#xff1a;用RAPR&#xff08;Driver Store Explorer&#xff09;安全删除驱动库中的旧版本&#xff0c;找回数GB空间 【免费下载链接】DriverStoreExplorer Driver Store Explorer 项目地址: https://gitcode.com/gh_mirrors/dr/DriverStoreExplorer …

2026/8/22 13:39:44