-
Notifications
You must be signed in to change notification settings - Fork 605
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
[BUG] RuntimeError: Dataset 'open-images-v7.yaml' error fiftyone.core.service.DatabaseService failed to bind to port #5377
Comments
I'm still facing this problem, Can Someone help me? |
Hi @Noir0010. This looks like an unexpected issue with Windows and MongoDB. These are the downloads we use, depending on your architecture. Running You can also configure your own MongdoDB connection to circumvent the issue. |
#5454 may be related |
Hello @benjaminpkane Thanks a lot for replying, The Command which you gave
|
Thanks @Noir0010. Can you share what is in your |
Hello @benjaminpkane, The Command Opened a txt file file and the contents of the file are below
|
Are those the latest logs? It doesn’t look like mongo has been running since Jan 9. In your code, are you calling “import fiftyone” and using fiftyone objects directly? I don’t see it in your snippet. If not, you may need to start the mongo process separately. If starting mongo separately doesn’t work, you might want to upgrade your version of mongo. The end of life of v5 was oct 2024 (https://www.mongodb.com/legal/support-policy/lifecycles) |
Hi @kaixi-wang, This is my code, Do tell me if there is a edit to make.
|
Describe the Problem
I tried to train YOLOv11 model using OpenImages dataset and when I try to train the model, I'm getting a error. The error indicates a port binding issue with FiftyOne's database service.
Code:
System Information
The text was updated successfully, but these errors were encountered: