Git Product home page Git Product logo

Comments (3)

Cli98 avatar Cli98 commented on July 22, 2024

Hi @mahilaMoghadami

Thank you for your interest! We host models (MCNN + object detection)via provided pretrain links, which have been provided via google drives. Please follow the step in my description to inference your image.

Thank you and let me know if you have any further questions.

from dmnet.

mahilaMoghadami avatar mahilaMoghadami commented on July 22, 2024

Hi @mahilaMoghadami

Thank you for your interest! We host models (MCNN + object detection)via provided pretrain links, which have been provided via google drives. Please follow the step in my description to inference your image.

Thank you and let me know if you have any further questions.

thank you @Cli98
how I can use this architecture as end-to-end network?
I mean that: I want to get output of MCNN (for generating density maps) then crop regions and then fed this patchs to detector. but I don't know how?

imagine I want to reimplement it and train on visdrone dataset again.
appreciate if help.
thank you

from dmnet.

Cli98 avatar Cli98 commented on July 22, 2024

Hi @mahilaMoghadami
Thank you for your interest! We host models (MCNN + object detection)via provided pretrain links, which have been provided via google drives. Please follow the step in my description to inference your image.
Thank you and let me know if you have any further questions.

thank you @Cli98 how I can use this architecture as end-to-end network? I mean that: I want to get output of MCNN (for generating density maps) then crop regions and then fed this patchs to detector. but I don't know how?

imagine I want to reimplement it and train on visdrone dataset again. appreciate if help. thank you

Hi @mahilaMoghadami

Following the steps here to make it end-to-end, in case you wanna to reimplement it.

  1. Run MCNN to get density crops. You can find it at here: https://github.com/CommissarMa/MCNN-pytorch, and pretrain weights here here
  2. Run code in image-cropping folder to generate image crops.
  3. for the crops+original image, use a state-of-the-art detector to detect , then run code in "fusion detection" to get final detection result.

In step #2, you can run this command to generate density crops:
python density_slide_window_official.py . HEIGHT_WIDTH THRESHOLD --output_folder Output_FolderName --mode val
Please replace all constant (in upper letter) with yours.

Let me know if you need any more help.

from dmnet.

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.