Skip to content
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

remove open cv dependency #1289

Open
Chizkiyahu opened this issue Dec 9, 2024 · 0 comments
Open

remove open cv dependency #1289

Chizkiyahu opened this issue Dec 9, 2024 · 0 comments
Assignees

Comments

@Chizkiyahu
Copy link
Contributor

Chizkiyahu commented Dec 9, 2024

Issue Type

Feature Request

Source

pip (mct-nightly)

MCT Version

2.2.0.20241209.545

OS Platform and Distribution

docker debian

Python version

3.11

Describe the issue

when running mct in docker I get error ImportError: libGL.so.1: cannot open shared object file: No such file or directory
solution is in stackoverflow to install multiple apt pkg

Expected behaviour

removed opencv
this is in used only in https://github.com/sony/model_optimization/blob/4a16071917b2e086e7ffcddca353b030a49483d8/model_compression_toolkit/data_generation/pytorch/optimization_functions/image_initilization.py#L102C35-L102C47

this can be replaced with pytorch code

Code to reproduce the issue

import model_compression_toolkit 

inside of docker

Log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants