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

Can't see the output result #685

Open
1 task done
vitbau1945bc opened this issue May 15, 2024 · 3 comments
Open
1 task done

Can't see the output result #685

vitbau1945bc opened this issue May 15, 2024 · 3 comments
Labels
question A HUB question that does not involve a bug Stale

Comments

@vitbau1945bc
Copy link

Search before asking

Question

Hi, I am using the Yolov8 model for a human recognition project (I refer to videos on YouTube and follow along). When I run my first python file:

from ultralytics import YOLO

model = YOLO('yolov8x')

results = model.predict('inputs_video/08fd33_4.mp4',save=True)
print(results[0])
print('==========================================================')
for box in results[0].boxes:
print(box)
It successfully downloaded Yolov8x, but at the same time it should have created a folder runs/detect/predict and contained the results. But I don't have it. Can you help me answer this issue?

Additional

No response

@vitbau1945bc vitbau1945bc added the question A HUB question that does not involve a bug label May 15, 2024
Copy link

👋 Hello @vitbau1945bc, thank you for raising an issue about Ultralytics HUB 🚀! Please visit our HUB Docs to learn more:

  • Quickstart. Start training and deploying YOLO models with HUB in seconds.
  • Datasets: Preparing and Uploading. Learn how to prepare and upload your datasets to HUB in YOLO format.
  • Projects: Creating and Managing. Group your models into projects for improved organization.
  • Models: Training and Exporting. Train YOLOv5 and YOLOv8 models on your custom datasets and export them to various formats for deployment.
  • Integrations. Explore different integration options for your trained models, such as TensorFlow, ONNX, OpenVINO, CoreML, and PaddlePaddle.
  • Ultralytics HUB App. Learn about the Ultralytics App for iOS and Android, which allows you to run models directly on your mobile device.
    • iOS. Learn about YOLO CoreML models accelerated on Apple's Neural Engine on iPhones and iPads.
    • Android. Explore TFLite acceleration on mobile devices.
  • Inference API. Understand how to use the Inference API for running your trained models in the cloud to generate predictions.

If this is a 🐛 Bug Report, please provide screenshots and steps to reproduce your problem to help us get started working on a fix.

If this is a ❓ Question, please provide as much information as possible, including dataset, model, environment details etc. so that we might provide the most helpful response.

We try to respond to all issues as promptly as possible. Thank you for your patience!

@pderrenger
Copy link
Member

Hello 👋!

It sounds like the model is running, but you're not seeing the expected output folders and files. Here are some steps you can take to troubleshoot this:

  1. Check Paths: Verify the path to your video file and make sure it's correct.
  2. File Permissions: Ensure that your application has the necessary permissions to write files to the directory where you're expecting the output.
  3. Output Options: Double-check how you've configured the save=True parameter and see if the output path might be configured to a different location than you expect.
  4. Logging: Look at any logs or console outputs that might give you hints about errors or misconfigurations.

Ensure all directories are correctly specified and accessible. For further detailed configurations, you might find the options outlined in the Ultralytics HUB documentation helpful. Thanks for reaching out, and good luck with your project! 😊

Copy link

👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.

For additional resources and information, please see the links below:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLO 🚀 and Vision AI ⭐

@github-actions github-actions bot added the Stale label Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A HUB question that does not involve a bug Stale
Projects
None yet
Development

No branches or pull requests

2 participants