• 2025-01-07detectron2训练日志介绍
    常见的使用目标检测或实例分割模型(例如MaskR-CNN)训练时。下面我来逐个解释这些参数的含义:eta(EstimatedTimeofArrival):剩余训练时间的估计。在这个例子中,eta为1天1小时33分12秒,表示模型预计还需要这么长时间才能完成训练。这个值是根据当前训练速度和剩余迭
  • 2024-12-28【Linux】ubuntu开启web服务
    1.利用python3自带的服务httpserver模块开启服务python3-mhttp.server8081缺点:客户端http协议的版本不对的时候就会报错采用https访问会报错然后服务就被中止了,从而异常了。报错的代码如下:47.100.190.74--[20/Jun/202105:15:06]code400,messageBadHTTP/0.9
  • 2024-07-05【针对unstructured的pdf提取的hi_res策略不能够连接huggingface.co下载模型的问题而选择进行的本地化模型推理部署的方法】
    unstructuredpdfhi_res策略本地推理部署说明unstructuredpdf的hi_res策略如果选用detectron2时有些问题需要关注,detectron2自从2021年到现在很久没有更新。使用如新的python3.12及最新的torch2.3.1去编译源码安装会报错torch找不到的问题导致源码编译安装失败。根据要
  • 2023-03-27pytorch cuda gpu版本与detectron2、jupyter notebook安装
    任意版本的pytorch、cuda的gpu版本与detectron2、jupyternotebook安装1.简介本文主要介绍pytorchcudagpu版本与detectron2、jupyternotebook安装,主要是基于docker
  • 2023-03-26videopose3D训练与预测详细步骤
    1.环境准备安装conda,创建Python环境并激活安装pytorch、ffmpeg、detectron2下载数据集#环境预处理#https://shiboliu.com/2022/07/15/step1-videopose3d-prepare
  • 2023-02-01detectron2 The detected CUDA version mismatches 错误
    我的报错信息ThedetectedCUDAversion(9.1)mismatchestheversionthatwasusedtocompilePyTorch(11.3).PleasemakesuretousethesameCUDAversions.h
  • 2022-12-15BaseDet: 走过开发的弯路
    作者:王枫|旷视算法研究员  @Fatescript收到MegEngine团队的邀请来写这篇稿子,本意是想让我介绍一下 BaseDet(一个基于 MegEngine 写成的目标检测仓库,类似detec
  • 2022-08-18Detectron2使用
    Detectron2使用Detectron2安装gitclonehttps://github.com/facebookresearch/detectron2.gitcddetectron2pythonsetup.pybuilddevelop