8000 GitHub - jimmy9704/GPS-GLASS: GPS-GLASS: Learning Nighttime Semantic Segmentation Using Daytime Video and GPS data
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jimmy9704/GPS-GLASS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPS-GLASS: Learning Nighttime Semantic Segmentation Using Daytime Video and GPS data

Official implementation of GPS-GLASS: Learning Nighttime Semantic Segmentation Using Daytime Video and GPS data arXiv

Overview:

visualization results:
ACDC-night Dark Zurich-val

Requirements

  • python3.7
  • pytorch==1.9.0
  • cuda10.2

Datasets

Cityscapes: Please follow the instructions in Cityscape to download the training set.

Dark-Zurich: Please follow the instructions in Dark-Zurich to download the training/val/test set.

ACDC: Please follow the instructions in ACDC to download the training/val/test set.

NightCity+: Please follow the instructions in NightCity+ to download the training/val set.

Testing

Pretrained models can be downloaded form here.

To reproduce the reported results in our paper, follow these steps:

Step1: download the trained models and put it in the root.
Step2: change the data and model paths in configs/test_config.py
Step3: run "python evaluate.py"
Step4: change the ground truth data path in compute_iou.py
Step5: run "python compute_iou.py"

Acknowledgments

The code is based on DANNet, AdaptSegNet .

Related works

Citation

@InProceedings{lee2023gps,
    author    = {Lee, Hongjae and Han, Changwoo and Jung, Seung-Won},
    title     = {{GPS-GLASS}: Learning Nighttime Semantic Segmentation Using Daytime Video and GPS data},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops},
    year      = {2023}
}

About

GPS-GLASS: Learning Nighttime Semantic Segmentation Using Daytime Video and GPS data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0