-
when i try to convert my tflite to kmodel(command : tflite2kmodel.sh workspace/mbnet75.tflite).
the tflite2kmodel.sh file prompt this :
uasge: ./tflite2kmodel.sh xxx.tflite
bash: ./ncc/ncc: No suc…
-
Hi,
I want to use 2 model, ex 1MB vs 3 MB, how can I put it to sipeed and read it
Thanks
-
**Describe the bug**
I'm using a simple example with a custom trained yolov2 model with 10 anchors, but after running one time `kpu.run_yolo2(task,img)`, the error `ValueError: [MAIXPY]kpu: region_la…
-
Code for repro:
```
def test_predict(self):
model_fn = self.create_model_fn()
input_fn = self.create_input_fn()
estimator = TFEstimator(model_fn, tf.train.AdamOptimize…
-
我使用yolo-faster训练好的模型输出为[1,45,7,10],[1,45,14,20], 可以使用你的程序部署到k210吗
-
AttributeError: 'KModel' object has no attribute 'model_sampling'
-
_This post was originally posted at http://sourceforge.net/p/jskeus/tickets/39_
eus2colladaの出力で、colladaWriterによって出力されるタグのid,sid,nameを付ける規則が
異なるので出来るだけ同じになるように名前を付け替える。
-
Hey everbody. I followed a racoon detector tutorial and when i tried to test it i just got and error in the code.The kmodel is fine i think but for some reason i just got:
Traceback (most recent cal…
-
I am trying to create a tcp server from my maix dock m1w, inorder to communicate with my android app(i.e the client). To do so i need to bind my host ip and port address to the socket.
When i run:
…
-
[lectura7942]
- 수정 전: fold 당 model 하나씩 생성하고, 그 중 점수가 높은 모델 선택
- 수정 후: model 하나를 생성하고 각 fold에 대해 학습.