Code Monkey home page Code Monkey logo

deoccnet's Introduction

🌱News🌱

  • 2022-03-02- Our paper "Occlusion-Aware Cost Constructor for Light Field Depth Estimation" is accepted by CVPR 2022. Code is available at OACC-Net.
  • 2022-02-16- Our paper "Disentangling Light Fields for Super-Resolution and Disparity Estimation" is accepted by IEEE TPAMI.
  • 2021-12-25- The source codes of our DistgSSR, DistgASR, and DistgDisp have been released.
  • 2021-12-10- An online review of light field image super-resolution is available at LF-Image-SR, and an open source toolbox is available at ZhengyuLiang24/BasicLFSR.

deoccnet's People

Contributors

yingqianwang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

deoccnet's Issues

Registration issue: LFs in folders LF_original_5 and LF_original_15 can not be downloaded via Baidu Drive.

when i tried to download compressed LFs in folders using Baidu , i have to register first and when i tried to register an error appeared saying that "Registration from overseas and Hong Kong, Macao and Taiwan regions is not currently supported."
and i want to try the training using LF_original_5 and 15.zip in folders

and i send to the authors and they are not even respond

so what is the solution ?

Testing error of the DeOccNet : RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 122 but got size 121 for tensor number 1 in the list.

i face this issue when i try to test your model
torch.Size([1, 512, 122, 90]) torch.Size([1, 512, 121, 90])
Traceback (most recent call last):
File "c:\mostafa_farouk_work\DeOccNet\DeOccNet_codes\test25.py", line 35, in
main(int(1+i))
File "c:\mostafa_farouk_work\DeOccNet\DeOccNet_codes\test25.py", line 28, in main
result = test_(test_loader, SceneIdx)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\mostafa_farouk_work\DeOccNet\DeOccNet_codes\test25.py", line 18, in test_
out = net(data)
^^^^^^^^^
File "C:\Users\Mostafa\AppData\Local\anaconda3\envs\MainPyTorchEnv\Lib\site-packages\torch\nn\modules\module.py", line 1518, in _wrapped_call_impl
return self._call_impl(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Mostafa\AppData\Local\anaconda3\envs\MainPyTorchEnv\Lib\site-packages\torch\nn\modules\module.py", line 1527, in call_impl
return forward_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\mostafa_farouk_work\DeOccNet\DeOccNet_codes\model.py", line 41, in forward
buffer_3L
= torch.cat((buffer_3L, buffer_3), 1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 122 but got size 121 for tensor number 1 in the list.

i printed this torch.Size([1, 512, 122, 90]) torch.Size([1, 512, 121, 90]) to ensure about the dimensions of the two tensors and actually the third parameter is different in the two parameters so whet is the solution?

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.