Skip to content
/ DTFED Public

DTFED: 面向机器学习的纹理滤波与边缘检测训练数据集

Notifications You must be signed in to change notification settings

chinazkk/DTFED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DTFED

Introduction

DTFED: 面向机器学习的纹理滤波与边缘检测训练数据集

本数据集可于纹理滤波和边缘检测任务的训练

Requirements

  • Python 3.7
  • pytorch 1.8.1
  • matplotlib 3.4.1

Usage

Installation

  • Download the repository.
git clone https://gitee.com/Chinazjk/DTFED.git
  • Install python dependencies.
pip3 install torch torchvision torchaudio
pip3 install matplotlib

Test

BDCN

run test_DTFED.py in .\BDCN

# 如果需要测试BSDS500、NYUD数据集训练的模型
run test_DTFED.py -t [BSDS500\NYUD]

BEPS

run BEPS_train_by_TED.py in .\BEPS

由于版本原因,本文复现使用自己的代码模型结构和官方相同,使用pytorch复现。运行BEPS_train_by_TED.py即可运行,结果存储在BEPS_train_byTED中 我们提供了重新训练的模型model45_2 而运行官方实现的代码通过运行VDCNN_tf/test.py 结果会保存在VDCNN_tf/result中。

note: 官方是使用pytorch实现的

Result

结果分别保存在对应方法的 result 目录下

About

DTFED: 面向机器学习的纹理滤波与边缘检测训练数据集

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages