Coder Social home page Coder Social logo

Comments (7)

simon-rob avatar simon-rob commented on August 15, 2024 4

I got around the problem by:

pip install cython_bbox

Change in matching.py:
from:
utils.cython_bbox import bbox_ious

to:
from cython_bbox import bbox_overlaps as bbox_ious

from towards-realtime-mot.

feidasheng avatar feidasheng commented on August 15, 2024

hello,i meet the same problem "cannot import box_ious", do you have solved this,thanks!

from towards-realtime-mot.

feidasheng avatar feidasheng commented on August 15, 2024

thank you for your answer ,but i follow your code still and cannot import cython_bbox ,did you write correctly ? thanks.

from towards-realtime-mot.

simon-rob avatar simon-rob commented on August 15, 2024

Do you have different versions of python on your machine?

If so you might have to use pip3 or pip3.5 (what ever it's called)

what happens if you just type Python from the command line and then enter:
from cython_bbox import bbox_overlaps as bbox_ious

do you get an error?

from towards-realtime-mot.

feidasheng avatar feidasheng commented on August 15, 2024

my version of python is 3.6, i use anaconda3 to create an environment and my package is same as this github ,so strange

from towards-realtime-mot.

feidasheng avatar feidasheng commented on August 15, 2024

I got around the problem by:

pip install cython_bbox

Change in matching.py:
from:
utils.cython_bbox import bbox_ious

to:
from cython_bbox import bbox_overlaps as bbox_ious

Hello, the virtual python environment I am creating now is 3.7, so what is your environment? Is it because of this reason that the installed cython_boxs does not have box_ious? thanks

from towards-realtime-mot.

Zhongdao avatar Zhongdao commented on August 15, 2024

Hi guys,
Many thanks to @yanfengliu!
I have modified the code and now you can simply install cython_bbox via pip, as suggested in #40

from towards-realtime-mot.

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.