Keine Beschreibung

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

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