Skip to content

Theia-4869/BiCross-old

Repository files navigation

BiCross - Unsupervised Spike Depth Estimation via Cross-modality Cross-domain Knowledge Transfer

News

  • [2022/10/24] We added more visualization results in another repository: BiCross-vis.

Architecture

BiCross Framework BiCross Structure

For more details, please refer to our paper on Arxiv.

Result

Synthetic to Real

Synthetic to Real Result

Extreme Weathers

Extreme Weathers Result

Scene Changes

Scene Changes Result

Usage

Train the model via BiCross

python train.py
  • Training stages:
    1. Since the pretrained parameters of DPT are trained on the ImageNet, when you train from scratch, please first pretrain the model on the source RGB to adapt to the depth estimation task,, changing the stage option in the train_config.json to pretrain and training for about 30 epochs.
    2. After the pretrain stage, set stage in train_config.json to crossmodality and continue training for another 10 epochs from source RGB to source spike.
    3. Finally, set stage in train_config.json to crossdomain and then continue training for about 20 epochs from source spike to target spike.

Test the trained model

python test.py

Visualize the results

python visualize.py

You can modify the configs for different training and testing configurations.

Datasets

Detail

BiCross Datasets

Download

Coming soon (in Google Drive) !

Demo

BiCross Demo

About

BiCross (Unsupervised Spike Depth Estimation via Cross-modality Cross-domain Knowledge Transfer).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages