-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
opencv in wexflow #85
Comments
OpenCVSharp runtime for Ubuntu 22.04 is not available. So you cannot make it work on Ubuntu 22.04. But you can make it work on Ubuntu 18.04:
|
OK. Thank you. I will try it .If any result, I will info you. |
hello, aelassas. I do it follow your steps. but when it at step 3, it not have the file libOpenCvSharpExtern.so in .\output folder ,is there any wrong ? where to find the libOpenCvSharpExtern.so file? |
I find it, :)). But when run it,it has error: I try the error, but not solved. Could you give me some idea ?Thank you very much. |
GTK backend can't be initialized when X11 forwarding is disabled. Follow instructions here . |
yes , aelassas . I enable the X11 follow your instruction. But now it have another error: GTK backend is not available could you give me some advice ? Thank you very much. |
hello, aelassas , I build success in vs2022 on windows 10 as dll file. but when I run it in wexflow on ubuntu 22, an error . Here is the error log:
2024-09-25 10:00:30.066 INFO - [mycrop / 1] Workflow started - Instance Id: 0d88583d-fa4e-44b4-9c91-6e0efb1ce80e
2024-09-25 10:00:30.073 INFO - [mycrop / 1] [FilesLoader] Loading files...
2024-09-25 10:00:30.073 INFO - [mycrop / 1] [FilesLoader] File loaded: /opt/wexflow/WexflowTesting/ImagesSrcMyTask/image1.jpg
2024-09-25 10:00:30.073 INFO - [mycrop / 1] [FilesLoader] Task finished.
2024-09-25 10:00:30.091 ERROR - An error occured while running the workflow. Error: {id: 176, name: mycrop, enabled: True, launchType: Trigger}
System.IO.FileNotFoundException: Could not load file or assembly 'OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099'. The system cannot find the file specified. File name: 'OpenCvSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6adad1e807fea099' at Wexflow.Tasks.MyTask.MyTask.Run() at Wexflow.Core.Workflow.RunTask(Task task) in //src/netcore/Wexflow.Core/Workflow.cs:line 1396 at Wexflow.Core.Workflow.RunSequentialTasks(IEnumerable
1 tasks, Boolean& success, Boolean& warning, Boolean& error) in /_/src/netcore/Wexflow.Core/Workflow.cs:line 1431 at Wexflow.Core.Workflow.StartSync(String startedBy, Guid instanceId, Boolean& resultWarning, List
1 restVariables) in //src/netcore/Wexflow.Core/Workflow.cs:line 1095.How to intergrate opnecvsharp into wexflow8.3 ? Please help me. Thank you.
The text was updated successfully, but these errors were encountered: