GithubHelp home page GithubHelp logo

Comments (3)

micat001 avatar micat001 commented on June 20, 2024 1

I mostly got this ironed out. It seemed to be related the resize and image reading utilities used as the original imports from scipy.misc are deprecated.

I replaced all import of scipy.misc.imresize with from skimage.transform import resize as imresize and all imports of scipy.misc.imread with from imageio import imread.

For Sequence 10:

Sequence ATE RE
10 (My repo copy) 0.0148 (std 0.0096) 0.0042 (std 0.0027)
10 (Repo Results) 0.0141 (std 0.0115) 0.0018 (std 0.0011)

Still differences, but not so large.

I'm using Python 3.8, Torch 1.11 for reference but was able to achieve equivalent results on Python 3.9.
I'll go ahead and close this issue.

from sfmlearner-pytorch.

ClementPinard avatar ClementPinard commented on June 20, 2024

Hi,

sorry for the lack of response. Glad you could sort it out. Care to do a PR to solve the problem ?

Otherwie I'll try to rectify it myself in a few days.

Clément

from sfmlearner-pytorch.

micat001 avatar micat001 commented on June 20, 2024

I've written up my changes in a PR here: #138

from sfmlearner-pytorch.

Related Issues (20)

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.