Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Attention-based View Selection Networks for Light-field Disparity Estimation

License

NotificationsYou must be signed in to change notification settings

LIAGM/LFattNet

Repository files navigation

Attention-based View Selection Networks for Light-field Disparity Estimation

Yu-Ju Tsai,1 Yu-Lun Liu,1,2 Ming Ouhyoung,1 Yung-Yu Chuang1
1National Taiwan University,2MediaTek

AAAI Conference on Artificial Intelligence (AAAI), Feb 2020

Network Architecture

Network Architecture

SOTA on 4D Light Field Benchmark

  • We achieveTOP rank performance for most of the error matrices on the benchmark.

Environment

Ubuntu            16.04Python            3.5.2Tensorflow-gpu    1.10CUDA              9.0.176Cudnn             7.1.4

Train LFattNet

  • Download HCI Light field dataset fromhttp://hci-lightfield.iwr.uni-heidelberg.de/.
  • Unzip the LF dataset and move'additional/, training/, test/, stratified/ ' into the'hci_dataset/'.
  • Check the code in'LFattNet_func/func_model_81.py' and use the code at line 247.
  • Runpython LFattNet_train.py
    • Checkpoint files will be saved in'LFattNet_checkpoints/LFattNet_ckp/iterXXXX_valmseXXXX_bpXXX.hdf5'.
    • Training process will be saved in
      • 'LFattNet_output/LFattNet/train_iterXXXXX.jpg'
      • 'LFattNet_output/LFattNet/val_iterXXXXX.jpg'.

Evaluate LFattNet

  • Check the code in'LFattNet_func/func_model_81.py' and use the code at line 250.
  • Runpython LFattNet_evaluation.py
    • To use your own model, you can modify the import model at line 78 like below:
      • path_weight='./pretrain_model_9x9.hdf5'

Citation

@inproceedings{Tsai:2020:ABV,        author = {Tsai, Yu-Ju and Liu, Yu-Lun and Ouhyoung, Ming and Chuang, Yung-Yu},        title = {Attention-based View Selection Networks for Light-field Disparity Estimation},        booktitle = {Proceedings of the 34th Conference on Artificial Intelligence (AAAI)},        year = {2020}}

Last modified data: 2020/09/14.

The code is modified and heavily borrowed from EPINET:https://github.com/chshin10/epinet

About

Attention-based View Selection Networks for Light-field Disparity Estimation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp