-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Unable to create task with image quality 100 #4461
Comments
Hi! I'll take this issue to resolve it. @nmanovic |
Hi there, |
@Marishka17 , could you please provide a way to reproduce the issue? |
@EBayego , please select another issue to contribute. Thank you. |
Solutions:
Locate the CVAT configuration file or scripts used for task creation (e.g., cvat/settings/base.py or any custom configuration).
Set image_quality to a lower value (e.g., 90 or 95) to avoid triggering lossless encoding.
Update CVAT to the latest version if possible. This ensures any bugs or misconfigurations in the encoding pipeline are resolved. |
My actions before raising this issue
Expected Behaviour
Task should be created
Current Behaviour
[Errno 22] Invalid argument; last error log: [libx264] Error setting profile baseline.
Possible Solution
Remove
'profile': 'baseline'
Note that usage of -profile:v is incompatible with lossless encoding
Steps to Reproduce (for bugs)
Context
Your Environment
git log -1
):2b815922
docker version
(e.g. Docker 17.0.05):Logs from `cvat` container
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: