Skip to content

Official implementation of the paper, "Color Universal Design Neural Network for the Color Vision Deficiencies"

License

Notifications You must be signed in to change notification settings

ZombaSY/CUD-NET-release

Repository files navigation

Color Universal Design Neural Network for the Color Vision Deficiencies

This repository is the official implementation of Color Universal Design Neural Network for the Color Vision Deficiencies

Notice

  • As our train dataset is exclusive to cooperation institutes, only part of the inference dataset can be released.
  • The HSV conversion algorithm has malfunction of reversing Hue on the value with 180.
  • We used extra training data on up-loaded model, so there would be some error comparing to papers'

Requirements

  • torch >= 1.5.1

Training and Evaluation

python main.py --log_interval 100 --save_interval 10 -cuda -pin_memory --mode train --worker 8
python test_image.py -cuda -pin_memory --worker 2 --mode inference --data_class A

Pre-trained Models

You can find pretrained models on "model_checkpoints/":

Results

image_1

License

License: MIT

About

Official implementation of the paper, "Color Universal Design Neural Network for the Color Vision Deficiencies"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages