Coder Social home page Coder Social logo

Comments (4)

xinzhuma avatar xinzhuma commented on July 19, 2024

Congratulations, these results are quite impressive. I am trying to replicate them using your pre-trained models, however I am having issues preparing the data, the process gets killed after a few iterations. Is there a way to not store everything in memory before pickling (or even better, using the data directly at training time)?

It's necessary to process the data before training, which can speed up training and reduce computational overhead. I checked the script and it worked well. It will generate about 7.1G/1.7G/3.0G of training/validation/testing data. You can generate the testing data only if you just want use the pre-trained models. Besides, note that we also save the RGB value which is not used in subsequent steps (we save it for future work). You can delete it to save memory. If you want to do this, please modify the codes for saving and reading operations in patchnet_data_prepare.py and patchnet_dataset.py accordingly.

from patchnet.

VitorGuizilini-TRI avatar VitorGuizilini-TRI commented on July 19, 2024

Thank you, it's working now. Another related question: how do I prepare the test data?

from patchnet.

VitorGuizilini-TRI avatar VitorGuizilini-TRI commented on July 19, 2024

Nevermind, it's working now.

from patchnet.

xinzhuma avatar xinzhuma commented on July 19, 2024

Thank you, it's working now. Another related question: how do I prepare the test data?

To prepare test data, you need to:

  • prepare 2d detection results
  • modify the 'split' in data prepare script (Line 337-352). Make sure the training set is 'tranval', and testing set is 'test'.

from patchnet.

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.