javiribera / locating-objects-without-bboxes

PyTorch code for "Locating objects without bounding boxes" - Loss function and trained models
Other
249 stars 52 forks source link

"cannot import name '_validate_lengths' " #40

Open bemoregt opened 3 years ago

bemoregt commented 3 years ago

HI, @chenyuhao @javiribera @dguera

I met this error when run your elvaluation script.

"cannot import name '_validate_lengths' "

I installed your conda install guide ...

What's wrong to me ?

Thanks. Best,

@bemoregt.

javiribera commented 3 years ago

Please provide the full stack traceback

bemoregt commented 3 years ago

Hi, @javiribera, @chenyuhao @dguera

It is may be a 'peterpy' package install problems.

It is so hard to install that package.

Best. Thanks. @bemoregt.

javiribera commented 3 years ago

I won't be able to help without the entire error stack.

emergencyd commented 3 years ago

you should just google this error. You will find out that you just need to downgrade your numpy version @bemoregt

Aichiimv commented 3 years ago

pip install -U scikit-image worked for me