搜索资源列表

  1. Relay-to-Unet

    1下载:
  2. 本文讨论的是基于Unet框架,Relay引起的结构变化。在UNet框架下,Relay主要引起三个大模块的变化:网元、覆盖、容量仿真。另外,Relay对于工程框架也有少量影响,但仅限于添加新的图标等-This discussion is based on Unet fr a mework, Relay induced structural changes. In UNet fr a mework, Relay module mainly
  3. 所属分类:3G开发

    • 发布日期:2024-05-26
    • 文件大小:143360
    • 提供者:John
  1. LockStepDemo

    0下载:
  2. This project shows how to implement Synchronized Lockstep multiplayer with Unity3D networking (Pre UNet). This is great for RTS and other non-realtime games.
  3. 所属分类:游戏

    • 发布日期:2024-05-26
    • 文件大小:632832
    • 提供者:PurdoN
  1. game sourse code

    0下载:
  2. 一个unity 局域网联机小游戏源码 仅供学习交流 版权所属为作者(是原创的哦) 有疑问或资讯请加qq 3042738393(A unity LAN online game source code)
  3. 所属分类:游戏

    • 发布日期:2024-05-26
    • 文件大小:67042304
    • 提供者:落叶过后
  1. uMMORPG+1.65

    0下载:
  2. 基于UNet多人网络实现。NetworkBehavior只做参考(Unity3d multiplayer network implementation, UNet)
  3. 所属分类:虚拟/增强现实-VR/AR

  1. unet

    0下载:
  2. 对图片进行纹路切割。基于Keras,实现神经网络的图片训练(Based on Keras, the picture is cut in pattern, and the picture training of the neural network is realized.)
  3. 所属分类:图形图象

    • 发布日期:2024-05-26
    • 文件大小:30437376
    • 提供者:zhaojay
  1. unet-master

    0下载:
  2. 基于tensorflow的u_net的实现(Implementation of u_net based on tensorflow)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-26
    • 文件大小:30496768
    • 提供者:伞伞
  1. unet

    0下载:
  2. 为图像分割任务中Unet网络结构,可以自行根据需求进行修改(this is the network of Unet)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-26
    • 文件大小:1024
    • 提供者:NFSPC
  1. TensorFlow-Examples-master

    0下载:
  2. 基于Tensorflow的Unet实现,里面有详细的教程。(TensorFlow for Unet, in which there are detailed teaching lecture.)
  3. 所属分类:图形图象

    • 发布日期:2024-05-26
    • 文件大小:2881536
    • 提供者:MedicalResearch
  1. unet

    0下载:
  2. unet网络的python版本,一种非常成功的图像学习模型,用于生物医学图像分割(a unet model wrote by python)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-26
    • 文件大小:46529536
    • 提供者:mingxiao1234
  1. Unet-master1

    0下载:
  2. 适用对象:小样本数据。功能:分割各种类型图像。评价:效果良好的深度学习算法。(Applicable object: small sample data. Function: Segmentation of various types of images. Evaluation: A good deep learning algorithm.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-26
    • 文件大小:74139648
    • 提供者:祁霁
  1. unet-master

    0下载:
  2. 用于细胞检测的神经网络代码。 使用Unet进行边缘检测。(Neural network code for cell detection. Unet is used for edge detection.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-26
    • 文件大小:609280
    • 提供者:叶子哥
  1. models

    0下载:
  2. 包含unet/google-v2/CNN等多种神经网络的模型(Multiple Neural Network Models)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-26
    • 文件大小:3072
    • 提供者:嘟嘟佳
  1. Semantic-Segmentatiomaster

    2下载:
  2. 遥感图像的语义分割,分别使用Deeplab V3+(Xception 和mobilenet V2 backbone)和unet模型(Semantic segmentation of remote sensing images using Deeplab V3+ (Xception and Mobilenet V2 backbone) and UNET models)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-26
    • 文件大小:7001088
    • 提供者:555644
  1. unet-pytorch-master

    0下载:
  2. 使用Pytorch搭建U-Net,该模型可以对随机传入任意大小的图片进行图片分割,根据所训练的数据和标签得到索要分割的区域。(Using Python to build u-net, the model can segment random incoming pictures of any size, and get the region to be segmented according to the trained data and
  3. 所属分类:图形图象

    • 发布日期:2024-05-26
    • 文件大小:234496
    • 提供者:yohannn
  1. Pytorch-UNet-master

    0下载:
  2. 基于unet的网络的语义分割希望大家喜欢(I hope you enjoy the semantic segmentation based on unet)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-26
    • 文件大小:25600
    • 提供者:ceh
  1. Unet

    0下载:
  2. UNet最早发表在2015的MICCAI上,短短3年,引用量目前已经达到了4070,足以见得其影响力。而后成为大多做医疗影像语义分割任务的baseline,也启发了大量研究者去思考U型语义分割网络。而如今在自然影像理解方面,也有越来越多的语义分割和目标检测SOTA模型开始关注和使用U型结构,比如语义分割Discriminative Feature Network(DFN)(CVPR2018),目标检测Feature Pyramid Ne
  3. 所属分类:图形图象

    • 发布日期:2024-05-26
    • 文件大小:9216
    • 提供者:yy啊啊

源码中国 www.ymcn.org