Git Product home page Git Product logo

Comments (3)

vasgaowei avatar vasgaowei commented on July 23, 2024

The number of Region Proposals used in training can affect the detection performance. So you may try adjust the number of proposals. It can be done by modifying the code in network.py as in issue #20

from pytorch_melm.

yoyoleeisstrong avatar yoyoleeisstrong commented on July 23, 2024

The current runnable version is highly dependent on PyTorch 0.4.0, but many files need to be compiled by the FFI library. But in the later version of PyTorch, this FFI library has been removed, is there an alternative to compile the following files: RoiPooling
RoiRingpooling
RoIAlign
NMS

This four modules relies on FFI that was deprecated in pytorch 1.0 and later.

from pytorch_melm.

vasgaowei avatar vasgaowei commented on July 23, 2024

I will write a README.md file for pytorch1.0 branch later. The operations you mentioned RoiRingpooling, RoIAlign, NMS are moved to ops folder. And before importing these modules, you should complie the files first by running the following code:

  • cd lib
  • bash make_cuda.sh

Type in bash make.sh won't compile the corresponding files in pytorch1.0 branch. I will delete maks.sh file in pytorch1.0 branch and make a statement in README.md file.

from pytorch_melm.

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.