Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No model A detections for output generation 0 with current settings #21

Open
commella opened this issue May 22, 2023 · 1 comment
Open

Comments

@commella
Copy link

Hi, I am having problems using the script, showing the following message:
No model A detections for output generation 0 with current settings.

I have debugged the code and I have detected that in line 1037 of the file dddetailer.py, the element "filter_inds" is empty and this seems to be because the variable "scores" should be a numpy array but it is only an integer.

The version of the libraries that I have installed are as follows:

torch 2.0.1+cu118
mmdet 3.0.0
mmcv 2.0.0
mmcv-full 1.7.1
mmengine 0.7.3

Greetings.

@Bing-su
Copy link
Owner

Bing-su commented May 22, 2023

I'm sorry, but I was unable to reproduce this.
Even if the scores is a python number, np.where returns a numpy array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants