Sin descripción

xue50 16a1c3655c first commit hace 10 meses
config 0f7ce4ab80 修复tensorboard绘line图重叠bug hace 11 meses
lcnn ac4676ffde 重构Line_net2 hace 11 meses
libs 6be97eaaa7 merge with dev hace 11 meses
models 16a1c3655c first commit hace 10 meses
static 16a1c3655c first commit hace 10 meses
tools ac4676ffde 重构Line_net2 hace 11 meses
utils 0f7ce4ab80 修复tensorboard绘line图重叠bug hace 11 meses
.gitignore 3b887ecb72 版本3 box和line绘图完成 hace 10 meses
aaa.py 16a1c3655c first commit hace 10 meses
readme.md 1098a532f7 第3版 box与line对应绘图 没有进行并行运算 hace 10 meses
split_dataset.py 4b13aea0a2 main_lm_0223.py是部署在8001端口 并行计算 hace 10 meses
train——line_rcnn.py 0f7ce4ab80 修复tensorboard绘line图重叠bug hace 11 meses
冻结参数训练.py 02ffb35cac faster_rcnn and lcnn backbone is OK hace 11 meses

readme.md

MultiVisionModels Platform

1.Dependences

Name Version Build Channel
python 3.12.8 h3f84c4b_1_cpython conda-forge
pytorch 2.3.1 py3.12_cuda12.1_cudnn8_0 pytorch
pytorch-cuda 12.1 hde6ce7c_6 pytorch
torchvision 0.17.2 pypi_0 pypi
numpy 1.26.3 py312h8753938_0 conda-forge
matplotlib 3.10.0 pypi_0 pypi

A100(40G) train edition

2.Overview

Include objection dectection ,keypoint detection,instance segment detection and line dectection.

第3版的修改

D:\python\PycharmProjects\lcnn-master\lcnn_\20250212\MultiVisionModels\models\line_detect\predict.py

加载权重进行训练。设置box和line的阈值,将box和line画在原图上

D:\python\PycharmProjects\lcnn-master\lcnn_\20250212\MultiVisionModels\models\line_detect\predict2.py

加载权重进行训练。设置box和line的阈值,将box和line画在原图上,且一一对应。但没有并行训练

此处将所有一一对应的box与line都画出来,且进行阈值限制,box为0.7,line为0.9