Giter Site home page Giter Site logo

bicross-old's Introduction

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

bicross-old's People

Contributors

theia-4869 avatar

Stargazers

Jeff Carpenter avatar Robeson avatar byrantz avatar  avatar  avatar Yulu avatar  avatar  avatar Y. F. avatar  avatar Lu Ming avatar  avatar  avatar YueXie avatar  avatar

Watchers

 avatar

Forkers

liujiaming1996

bicross-old's Issues

Question about the eval_mask and uncertainty_head

Hi, I really thankful for you to share the code. In trainer_crossdomain.py the train function has set the
eval_mask[:, int(0.40810811 * height):int(0.99189189 * height), int(0.03594771 * width):int(0.96405229 * width)] = 1 and I wonder how to get the float numbers? Also, I noticed that the structures of uncertainty_head and head are nearly the same. I don't understand the reason for this similarity. Looking forward to the reply and appreciate for the paper, your idea is inspiring. Best.

About dataset

Hi, nice work! Where can I download the dataset used in your paper?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.