Тёмный

290 - Deep Learning based edge detection using HED 

DigitalSreeni
Подписаться 107 тыс.
Просмотров 13 тыс.
50% 1

Deep Learning based edge detection using holistically nested edge detection (HED)
Code generated in the video can be downloaded from here:
github.com/bns...
All other code:
github.com/bns...
Original HED paper: arxiv.org/pdf/...
Caffe model is encoded into two files
1. Proto text file: github.com/s9x...
2. Pretrained caffe model: vcl.ucsd.edu/he...
NOTE: In future, if these links do not work, I cannot help. Please Google
and find updated links (information current as of October 2022)
HED is a deep learning model that uses fully convolutional neural networks and deeply-supervised nets to do image-to-image prediction.​
The output of earlier layers is called side output. ​
HED makes use of the side outputs of intermediate layers. ​
The output of all 5 convolutional layers is fused to generate the final predictions. ​
Since the feature maps generated at each layer is of different size, it’s effectively looking at the image at different scales. ​
The model is VGGNet with few modifications:​
Side output layer is connected to the last convolutional layer in each stage, respectively conv1_2, conv2_2, conv3_3, conv4_3,conv5_3. The receptive field size of each of these convolutional layers is identical to the corresponding side-output layer.​
Last stage of VGGNet is removed including the 5th pooling layer and all the fully connected layers.​
The final HED network architecture has 5 stages, with strides 1, 2, 4, 8 and 16, respectively, and with different receptive field sizes, all nested in the VGGNet. ​

Опубликовано:

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 33   
Далее
Canny Edge Detector - Computerphile
7:51
Просмотров 358 тыс.
182 - How to batch process multiple images in python?
21:57
Object Detection in 10 minutes with YOLOv5 & Python!
10:45
The moment we stopped understanding AI [AlexNet]
17:38
329 - What is Detectron2? An introduction.
23:55
Просмотров 16 тыс.
How To Self Study AI FAST
12:54
Просмотров 533 тыс.
What are Transformer Models and how do they work?
44:26