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

[ML][Bug] Mac OS (M1 Chip) rembg 진행 불가능 문제 #34

Closed
seoulsky-field opened this issue Jun 3, 2022 · 1 comment
Closed

[ML][Bug] Mac OS (M1 Chip) rembg 진행 불가능 문제 #34

seoulsky-field opened this issue Jun 3, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@seoulsky-field
Copy link
Contributor

What

의약품안전나라 이미지 데이터의 배경을 제거하기 위해서 사용한 rembg library 사용을 위해 설치 및 실행 중 진행되지 않는 문제 발생

Why

설치 후 import로 실행하면 library의 __init__에 값이 들어가있지 않아 module name을 불러올 수 없다고 뜹니다.
따라서, CLI로 진행하면 onnxruntime과 관련하여 pickle 에러가 발생하게 되는데 onnxruntime을 install하고자 하면 version이 없다는 에러가 발생합니다.
검색한 결과 Mac OS M1 Chip에서는 onnxruntime을 아직 지원하지 않기 때문에 아직 사용할 수 없는 것으로 보입니다.
(참고: microsoft/onnxruntime#11037)

How

  • 윈도우에서 진행하는 것을 권장합니다. (실제로 윈도우에서 진행하니 바로 되었습니다.)

rembg는 제가 사용하고 다른 분들이 이번 프로젝트에서 더이상 사용하지 않을 것으로 예상되나 혹여나 나중에 사용하실 때를 대비하여(해당 프로젝트 외에도) issue로 작성하였습니다.

@seoulsky-field seoulsky-field added the bug Something isn't working label Jun 3, 2022
@seoulsky-field seoulsky-field added this to the ML milestone Jun 3, 2022
@seoulsky-field seoulsky-field self-assigned this Jun 3, 2022
@seoulsky-field
Copy link
Contributor Author

현재 Windows 상에서 진행 중이고 모든 이미지에 대해 완료되면 문제가 없다는 것으로 판단하여 issue close 하겠습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant