-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Abandon (core dumped) #1755
Comments
👋 Hello @thibault390, thank you for your interest in YOLOv3 🚀! Please visit our ⭐️ Tutorials to get started, where you can find quickstart guides for simple tasks like Custom Data Training all the way to advanced concepts like Hyperparameter Evolution. If this is a 🐛 Bug Report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you. If this is a custom training ❓ Question, please provide as much information as possible, including dataset images, training logs, screenshots, and a public link to online W&B logging if available. For business inquiries or professional support requests please visit https://www.ultralytics.com or email Glenn Jocher at glenn.jocher@ultralytics.com. RequirementsPython 3.8 or later with all requirements.txt dependencies installed, including $ pip install -r requirements.txt EnvironmentsYOLOv3 may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
StatusIf this badge is green, all YOLOv3 GitHub Actions Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv3 training (train.py), testing (test.py), inference (detect.py) and export (export.py) on MacOS, Windows, and Ubuntu every 24 hours and on every commit. |
My error come from yolo.py and is as follow: TorchScript: starting export with torch 1.7.1+cpu... Abandon (core dumped) |
I solved my problem |
@thibault390 great to hear that you were able to solve the issue! If you have any other questions or need further assistance, feel free to ask. |
❔I'm trying to convert my yolo model with "python3 models/export.py --weights ./best_weight_large_12epochs.pt --img-size 640 384 --batch 1" command and results in Abandon (core dumped)
No idea how to correct that?
Additional context
Ubuntu 18.04
python3.8
pytorch: 1.7.1+cpu
torchvision: 0.8.2+cpu
The text was updated successfully, but these errors were encountered: