Giter Site home page Giter Site logo

findeton / deepview Goto Github PK

View Code? Open in Web Editor NEW
36.0 8.0 8.0 57.43 MB

An implementation of Google's Deepview paper https://augmentedperception.github.io/deepview/

License: BSD 3-Clause "New" or "Revised" License

HTML 0.04% Python 0.30% Jupyter Notebook 99.66%

deepview's People

Contributors

findeton 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deepview's Issues

Colaboration

Hi!
I am also interested in the implimentaiton of the Deepview paper. Maybe we can colaborate on this. What do you think? What is the status of implimentation?

upsampling op?

Hi!
I see you are using upsampling operator
(torch.nn.Upsample(scale_factor=2,mode='bilinear') after the “Convert to RGBA” block. (LGD iteration 1 after the initialization step). Don't see this part in the paper.
Do you think they have forget to mention about it in the diagram?

A bug in utils_dset.py?

Why is the line 122 of utils_dset.py written like below:
in_pixel_y = torch.clamp(in_pixel_xy[:,1], min = crop_y / 2, max = img_h - img_h / 2)
But not:
in_pixel_y = torch.clamp(in_pixel_xy[:,1], min = crop_y / 2, max = img_h - crop_y / 2)

Because the line 121 of utils_dset.py uses "crop_x" instead of "img_w":
in_pixel_x = torch.clamp(in_pixel_xy[:,0], min = crop_x / 2, max = img_w - crop_x / 2)

I mean why for "in_pixel_y", the script uses "img_h" instead of "crop_y"?
Looking forward to your reply!

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.