CoolFace
Datasetpublic

leibnitz-lab/ImageNet50

ImageNet50 Dataset This repository contains the dataset for the paper "Error Detection and Constraint Recovery in Hierarchical Multi-Label Classification without Prior Knowledge". Citation If you use this dataset in your research, please cite the following paper: @article{kricheli2024error, title={Error Detection and Constraint Recovery in Hierarchical Multi-Label Classification without Prior Knowledge}, author={Kricheli, Joshua Shay and Vo, Khoa and Datta… See the full description on the dataset page: https://huggingface.co/datasets/leibnitz-lab/ImageNet50.

sourceHugging Facemitupdated 9mo agoView on Hugging Face
0likes22downloads
README.md33 linesDownload Raw Back to root
1---2language:3- en4license: mit5tags:6- hierarchical-classification7- multi-label8- computer-vision9configs:10- config_name: default11  data_files:12  - split: test13    path: test_fine/**/*14---15 16# ImageNet50 Dataset17 18This repository contains the dataset for the paper **"Error Detection and Constraint Recovery in Hierarchical Multi-Label Classification without Prior Knowledge"**.19 20## Citation21 22If you use this dataset in your research, please cite the following paper:23 24```bibtex25@article{kricheli2024error,26  title={Error Detection and Constraint Recovery in Hierarchical Multi-Label Classification without Prior Knowledge},27  author={Kricheli, Joshua Shay and Vo, Khoa and Datta, Aniruddha and Ozgur, Spencer and Shakarian, Paulo},28  journal={arXiv preprint arXiv:2407.15192},29  year={2024},30  url={https://arxiv.org/abs/2407.15192}31}32```33