Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- yolov5
- no module named 'tensorflow'
- CSS
- 안드로이드 연결
- Confidence
- Jupyter notebook
- detect.py
- inputSize
- 파이썬 경로 수정
- 경사 하강법
- 코드펜
- label
- Anaconda Prompt
- 선형 회귀(Linear Regression)
- 최종합격!!
- 블로그 배너
- tflite
- sys.executable
- 스킨 변경
- 티스토리
- Global minimum
- HTML
- 다중 선형 회귀(Multivariable Linear Regression)
- BootCamp⛺
- 2021 Google ML
Archives
- Today
- Total
목록tflite (1)
moo-nerim

안드로이드 스튜디오와 YOLOV5 모델을 TensorFlowLite API 를 사용하는 과정에 'Cannot copy to a TensorFlowLite tensor (serving_default_input_1:0) with 4915200 bytes from a Java Buffer with 2076672 bytes' 다음과 같은 에러가 발생했다. 그래서 바로 구글링해봤는데, github의 이슈로 나와 같은 오류를 겪어 토론을 하고 있는 모습을 발견했다. : Cannot copy to a TensorFlowLite tensor (serving_default_input_1:0) with 1769472 bytes from a Java Buffer with 1732800 bytes. Search before ..
에러 해결🛠️
2022. 6. 4. 13:10