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

구현: 라즈베리파이 tflite mobilenet inference 구현 #108

Merged
merged 1 commit into from
May 7, 2021

Conversation

minoring
Copy link
Contributor

@minoring minoring commented May 3, 2021

No description provided.

Copy link
Contributor

@Aqudi Aqudi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오 파이에서 돌리는 예제군요
main 말고, 라이브러리 형태로 만들면 어떨까요?

@minoring
Copy link
Contributor Author

minoring commented May 4, 2021

라이브러리 형태는 어떤건지 좀더 설명해주실수 있으신가요?

@Aqudi
Copy link
Contributor

Aqudi commented May 4, 2021

라즈베리파이에서 인식한 이미지 결과를 바로 받아서 쓸 수 있도록 이미지를 입력으로 받아서, 파이썬 자료형 형식으로 출력하는 함수가 있으면 어떨까 싶어서요.

지금은 폴더에서 읽어서 프린트로 출력을하고 있으니 사용하기 어려울 것 같아요.

@Aqudi
Copy link
Contributor

Aqudi commented May 4, 2021

라즈베리파이에서 인식한 이미지 결과를 바로 받아서 쓸 수 있도록 이미지를 입력으로 받아서, 파이썬 자료형 형식으로 출력하는 함수가 있으면 어떨까 싶어서요.

지금은 폴더에서 읽어서 프린트로 출력을하고 있으니 사용하기 어려울 것 같아요.

아 아니면 보통은 저걸 subprosess나 os로 실행을 해서 stdout을 파싱해서 쓰나요?

@minoring
Copy link
Contributor Author

minoring commented May 4, 2021

제가 이 코드 설명을 잘 못했네요. 지금 코드는 테스트용으로 이미지 폴더 읽어서 얼마정도 속도 걸리는지, 결과는 잘 나오는지 확인하는 용도로 활용하려 합니다.

@Aqudi Aqudi self-requested a review May 6, 2021 15:30
Copy link
Contributor

@Aqudi Aqudi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 테스트용으로 예제 만드신거군요 알겠습니다.
고생하셨어요!

@minoring minoring merged commit dc17f2f into master May 7, 2021
@minoring minoring deleted the impl-pi-inference branch May 7, 2021 05:09
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

Successfully merging this pull request may close these issues.

2 participants