Tiny and Efficient Model for the Edge Detection Generalization
Operations such as edge detection, image enhancement, and super-resolution, provide the foundations for higher level image analysis.
Tags:Paper and LLMsBoundary Detection Contour DetectionPricing Type
- Pricing Type: Free
- Price Range Start($):
GitHub Link
The GitHub link is https://github.com/xavysp/teed
Introduce
The TEED (Tiny and Efficient Edge Detector) is a lightweight convolutional neural network designed for edge detection. It has only 58K parameters, significantly fewer than state-of-the-art models, making it highly efficient. Training on the BIPED dataset is quick, with each epoch taking less than 5 minutes, and the model converges rapidly. The resulting edge maps are of high quality. The paper detailing TEED’s capabilities has been accepted by ICCV 2023-Workshop RCV. The code and dataset are available on GitHub, and the UDED dataset is also accessible for edge detection. If using TEED or its dataset in academic work, appropriate citation is recommended.
Content
Copy and paste your images into data/ folder, and: Set the following lines in main.py: Check the configurations of the datasets in dataset.py Here the link to access the UDED dataset for edge detection If you like TEED, why not starring the project on GitHub! Please cite our Dataset if you find helpful in your academic/scientific publication…

Related
Although unsupervised approaches based on generative adversarial networks offer a promising solution for denoising without paired datasets, they are difficult in surpassing the performance limitations of conventional GAN-based unsupervised frameworks without significantly modifying existing structures or increasing the computational complexity of denoisers.








