Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3592661
  • 博文数量: 365
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2522
  • 用 户 组: 普通用户
  • 注册时间: 2019-10-28 13:40
文章分类

全部博文(365)

文章存档

2023年(8)

2022年(130)

2021年(155)

2020年(50)

2019年(22)

我的朋友

发布时间:2021-05-12 16:47:12

# -*- coding:utf-8 -*-from requests import getfrom filetype import guessfrom os import renamefrom os import makedirsfrom os.path import existsfrom json import loadsfrom contextlib import closing# 文件下载器def Down_load(file_url, file_full_name, now_photo_count,.........【阅读全文】

阅读(1045) | 评论(0) | 转发(0)

发布时间:2021-05-11 16:29:20

# -*- coding: utf-8 -*-'''作者 : 丁毅开发时间 : 2021/5/9 16:30'''import cv2import numpy as np# 图像细化def VThin(image, array):    rows, cols = image.shape    NEXT = 1    for i in range(rows):.........【阅读全文】

阅读(1914) | 评论(0) | 转发(0)

发布时间:2021-05-10 17:21:22

模型推理运行命令: python inference.py#-*-coding:utf-8-*-import osimport argparseimport torchimport torch.nn as nnimport numpy as npimport timeimport datetimeimport osimport mathfrom datetime import datetimeimport cv2import torch.nn.functiona.........【阅读全文】

阅读(14748) | 评论(0) | 转发(0)

发布时间:2021-05-07 16:42:50

<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">  <modelVersion>4.0.0</.........【阅读全文】

阅读(1013) | 评论(0) | 转发(0)

发布时间:2021-05-05 17:27:05

from pycocotools.coco import COCOimport numpy as npimport skimage.io as ioimport matplotlib.pyplot as pltimport osfrom PIL import Imagefrom PIL import ImageDrawimport csvimport shutildef create_coco_maps(ann_handle):    coco_name_maps = {.........【阅读全文】

阅读(1010) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册