Giter Site home page Giter Site logo

Comments (4)

jamessmith123456 avatar jamessmith123456 commented on May 11, 2024

i got it too..Segmentation fault(core dumped). Have you solve it?

from fairmot.

ifzhang avatar ifzhang commented on May 11, 2024

Have you successfully built DCNv2?I think the error is caused by "You're using a third-party extension module written in C, and that extension module has crashed." You can try to build DCNv2 again or use our HRNetW18 model which does not need DCNv2 to run the demo (don't forget to comment the lines with 'dcn' in src/lib/models/model.py).

from fairmot.

toyal avatar toyal commented on May 11, 2024

i got it too..Segmentation fault(core dumped). Have you solve it?

have you solve this problem,i locate the problem caused by dcnv2,but how to solve it

from fairmot.

ZhangYuef avatar ZhangYuef commented on May 11, 2024

Have you successfully built DCNv2?I think the error is caused by "You're using a third-party extension module written in C, and that extension module has crashed." You can try to build DCNv2 again or use our HRNetW18 model which does not need DCNv2 to run the demo (don't forget to comment the lines with 'dcn' in src/lib/models/model.py).

@ifzhang How to use HRNetW18 model correctly? I use following command:

python track.py mot --load_model ../models/hrnetv2_w18_imagenet_pretrained.pth --conf_thres 0.6 --val_mot16 False

Got following warning:

No param reg.2.weight.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset.
No param reg.2.bias.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset.

and all NaN value ...

from fairmot.

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.