Open cfarkas opened 1 year ago
Hello Carlos!
You can use the program like that; only the event detection will not work as this one requires open cv to work. The dotplots and the scores will be fine.
Did your workaround manage to install opencv? If so, you could also use the detect events script. Otherwise, maybe this can help
Let me know!
Bests, Esteban
Hi There,
I followed the install instructions and I encountered the following error on Ubuntu 22.04.1 LTS:
After this:
cd chromeister && make all -C src/ && python3 -m venv chromeisterenv && source chromeisterenv/bin/activate && pip install -r src/requirements.txt
I have the following error:
I checked the requirements for the program and I workaround the following conda recipe for Ubuntu 22.04:
In this manner, as an example, I can call chromeister as follows:
and the program is working as follows:
My question is, can I just use the program in this way, or I do need to work on the python-opencv error?
Cheers,
Carlos