hed icon indicating copy to clipboard operation
hed copied to clipboard

A PyTorch reimplementation of Holistically-Nested Edge Detection

Results 48 hed issues
Sort by recently updated
recently updated
newest added

Hello! Thanks for providing the code, I discovered a strange thing while I was using this repo to do boundary detection. It was something about the label images. My label...

When labeling with my own dataset, I found that the mat file formed by the real edge is directly data, and the mat of the official real edge has 5...

Doesn't it need to scale the input image to the same size?

Hello, I would like to ask where the weight of 5stage-vgg.py36pickle was downloaded from, I did not see this weight from the github project of the original author HED, nor...

When I use"python hed.py --checkpoint ./data/hed_checkpoint.pt --output ./output-mypretrain --test",it will appear with_"**FileNotFoundError: [Errno 2] No such file or directory: '.\\hr\\train_pair.lst**_'",it make me so upset.By the way,the route "hr"is my folder...

Hello, may I ask, if my dataset is composed of some large number of straight lines, then is it okay for me to change the convolution kernel to a rectangular...

Hello, I would like to ask, for this algorithm, can I process some of my own pictures in real time, and from which aspects to improve it