Example CV+VLM pipeline for inclusion in VIPPET. - #978
Conversation
|
Do you want to spell-out Do you mean |
|
Following the README steps on an Ubuntu 24.04.4 LTS, The message This message seems causing it: The following packages got installed: Do you see something obvious? |
|
The script Which then shows the error: |
|
@tjanczak do you see differences in your local package versions compared to mine listed earlier? |
|
@brmarkus - I believe transformers library has to be pinned to an older version for InternVL3_5 - I'll check it and update export_requiremnts.txt as necessary: Please note this PR is in 'draft' stage - shared with VIPPET for inclusion in this tool - it is not ready for productization yet |
Will have a try as well and will let you know the results. Another interesting thing: When copy&pasting commands from the README like |
|
Yesss, I can confirm the models get downloaded, quantized/compressed successfully with "pinning" the "transformers" package: Uninstalling v5.0.0 and installing 4.57.6: The script |
|
Running the pipeline with the recommended Docker way fails with
It looks like the script By using the ENV variable Finally seeing the command line working: |
|
Thanks! We are not using GVA_ELEMENTS_PATH for custom elements; it should use regular GStreamer mechanisms (GST_PYTHON_PATH). Is it possible you have cleared local element cache in between two runs?
|
No, haven't cleared the registry cache - but experimented elsewhise alot, started the Docker container image in interactive-terminal mode. Do you see the same effect that copy&pasting commands from the README (e.g. from Github in the browser or the README opened in e.g. VisualStudioCode) into a terminal that files could not be found (maybe using different underscore characters or different spaces)? |




Description
Please include a summary of the changes and the related issue. List any dependencies that are required for this change.
Fixes # (issue)
Any Newly Introduced Dependencies
Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: