Skip to content
New issue

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

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

Already on GitHub? # to your account

How to run the fusion net with distance detection? #38

Open
AdrianMTZVazquez opened this issue Jul 28, 2023 · 1 comment
Open

How to run the fusion net with distance detection? #38

AdrianMTZVazquez opened this issue Jul 28, 2023 · 1 comment

Comments

@AdrianMTZVazquez
Copy link

AdrianMTZVazquez commented Jul 28, 2023

I'm trying to run the code with the distance detection flag enable, but I keep getting this error:
File "test_crfnet.py", line 189, in <module> boxes, scores, labels, dists = prediction_model.predict_on_batch(inputs)[:4] ValueError: not enough values to unpack (expected 4, got 3)

Does anybody used this option?

@AdrianMTZVazquez
Copy link
Author

An update on this: The error mentioned above seems to be occurring because the weights were calculated without the distance option set to True in the config file. However, now I'm trying to train it with the option set to true and a new error came out.

image

I don't currently know whats wrong, but it seems to be about the configuratio file.

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

No branches or pull requests

1 participant