YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

DexiNed

DexiNed is a Convolutional Neural Network (CNN) architecture for edge detection.

Notes:

Requirements

Install latest OpenCV >=5.0.0 and CMake >= 3.22.2 to get started with.

Demo

Python

Run the following command to try the demo:

# detect on camera input
python demo.py
# detect on an image
python demo.py --input /path/to/image

# get help regarding various parameters
python demo.py --help

C++

# A typical and default installation path of OpenCV is /usr/local
cmake -B build -D OPENCV_INSTALLATION_PATH=/path/to/opencv/installation .
cmake --build build

# detect on camera input
./build/demo
# detect on an image
./build/demo --input=/path/to/image
# get help messages
./build/demo -h

Example outputs

chicky

License

All files in this directory are licensed under MIT License.

Reference

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using opencv/edge_detection_dexined 1

Collection including opencv/edge_detection_dexined