Code Monkey home page Code Monkey logo

Comments (3)

bushuhui avatar bushuhui commented on July 19, 2024

Please install TooN before compile the code. TooN is one of code wrote by the author of PTAM. You can find the code through searching PTAM.

from pi-cnn.

amiltonwong avatar amiltonwong commented on July 19, 2024

Thanks for your quick reply.
I installed Toon as guided from : https://github.com/edrosten/TooN
Then I can build PIL and pi-cnn with no error. :)
Here is the log from ./test_CNN useGPU=1
https://gist.github.com/amiltonwong/506ad78523a91e1b50a1

One quesiton: From the log, I see that the input dimension for CNN model is 224x224x3, but the resolution of original RGB image (./data/84.png and ./data/127.png) is 960x540 . Did the code firstly resize the input image into lower resolution?

from pi-cnn.

bushuhui avatar bushuhui commented on July 19, 2024

The advantage of the code is that it divide the input image into several 224x224x3 images, and then compute the feature map separately. Finally, combine them together to form the feature map as the same size of the input image. So you do not need to do the pre-processing.

from pi-cnn.

Related Issues (3)

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.