
YOUNGJUN YOO
YOUNGJUN YOO
About
- Username
- YOUNGJUN YOO
- Joined
- Visits
- 192
- Last Active
- Roles
- Member
Comments
-
I changed it my_kl630_sin_example_inf.c // Image buffer address should be just after the header //inf_config.num_image = 15; // For 15fps inf_config.num_image = 1; // For 15fps 241028 inf_config.image_list[0].image_buf = (void *)((uint32_t…
-
And please help me, where I can changed inf_config.num_image = 1; Maybe host_stream.ini ?? Fps part? [nnm] ModelPath = "nef/models_630_3dcnn_LR_4_id35000.nef" ModelId = 35000 # for yolo only - switch model(If there are multiple yolo m…
-
Thank you Maria. The model I am trying to infer on KL630 is aimed at inferring video input consisting of (1,3,128,128) x 15 images. This model is similar to this one. https://www.tensorflow.org/tutorials/video/video_classification You commented as…
-
I uploaded nef file and source codes in following link https://www.kneron.com/forum/discussion/495/kl630-inference-error#latest
-
https://www.kneron.com/forum/uploads/488/BOOSGDBCY38B.txt I also attached the log. plz help me.
-
Thank you for your reply. How can I edit the dynamic input shape ?? Is there a reference?? Maybe I should change through something related to onnx model. Thank you.
-
I tried to proceed 2. Confirm the results of KL630 companion mode.(python code) So, I connected KL630 via usb and refer Chapter 1.9 of the KL630_96board_User_Manual. https://www.kneron.com/forum/uploads/340/GZIFYJ6SU6MT.png But, I can't find…
-
Dear Nick Wang, I think Process 1 is done. But, I'd like to check that following link is Process 2, 3, right? Kneron PLUS - Python https://doc.kneron.com/docs/#plus_python/introduction/introduction/ Kneron PLUS - C https://doc.kneron.com/docs/#plus…
-
Thank you Nick, 1.Model IDs must be larger than 32767. I changed the model id = 35000 for nef generation and successfully converted to nef. with following code - km = ktc.ModelConfig(35000,"0001","630", onnx_path="optimiz…
-
Hi Nick Wang, It's better to move: https://www.kneron.com/forum/discussion/466/kp-firmware-host-stream-build-file-problems#latest Thank you.
-
Thank you for your support. I changed the JobID and Model id, Fps in host_stream.ini and run it in KL 630. But I have following errors ============================================================================================= [app_header_send_in…
-
Thank you, Nick Wang As you guided, I review the demo_customize_inf_single_model.c of KL630 which is almost same in 3.Add my_kl630_sin_example_inf.c https://doc.kneron.com/docs/#plus_c/feature_guide/customized_api/create_kl630_single_model_example…
-
Thank you Ellis Yang, I found it the folder. I also have few questions, When I review the manual ( 4.2 Develop Customized Data Input and Result Output in Vienna_NNM_Programming_Guide.pdf) My model should be modifiled the Customized Data Input an…
-
Dear nick, I tried to follow the instruction, but I have difficulty with the path of the NCPU Project Main Folder in KL630 board. 4. Pre-process and Post-process Development If the customized models need a customized pre-process or post-process on …
-
Dear Maria Chen, I found the weight file, and Thank you for your kind reply.
-
Thanks a lot Nick for answer. I already simulated tool chain docker with kl630 with following code https://www.kneron.com/forum/uploads/097/N8A0KUQWNU06.zip which Corresponds to 1.4~1.6.2. Hardware Simulation step. The result of the above code is …
-
Thanks a lot. I solved the converting problem.
-
Dear Maria, Is there any way to solve above problem?? Please, give me advice to me. Thank you.
-
Thank you Maria I tried to convernt to nef file for knero-630 with following code. I expected the output of the nef file to come out by specifying a specific folder, there is no error In CMD windows, but I don't get any nef file. =================…
-
Hi Maria, after I loaded the onnx file in Netron (Netron). There might be HardSwish - Optset, so I want to delete this node and change to compatible nodes in ktc. Maybe, some information is provided in following link, https://doc.kneron.com/docs/#…
-
https://www.kneron.com/forum/uploads/553/SBUYAWURDY9A.png https://www.kneron.com/forum/uploads/231/UK3TWTRTDXBN.png Opset version of HardSwish is 14. rather than Tool chain onnx version is 1.07. I wonder that this problem can be resolved by matchin…
-
After, I checked the version of the converted onnx file, the Opset_version is "15". # Opset_version Check model = onnx.load("./movinet.onnx") opset_version = model.opset_import[0].version if len(model.opset_import) > 0 else No…
-
Dear Maria, As you stated, I converted onnx file to onnx2onnx_flow in the toolchain with this code. ----------------------------------------------------------------------------------------------------------------------------------- import onnx # Imp…
-
Hi Maria, Thank you for your quick reply. When I follow your instruction, I failed to pass `eval_result`. --------------------------------------------------------------------------------------------------- km = ktc.ModelConfig(1, "0001", &…
-
I have a mistake with onnx file path and got following errors. Using TensorFlow backend. /docker_mount ['movinet.onnx', 'movinet.zip', 'my_model.hdf5', 'test_conv.py', 'test_conv_kreras2_onnx.py', 'test_conv_kreras2_onnx_ana.py', 'test_conv_onnx2n…
-
Dear Maria Chen, Thank you for your kind reply. I succesed to convert tflite to ONNX. https://www.kneron.com/forum/uploads/976/7BDHCVSQB88O.zip But, when I tried to convert ONNX to nef with following code, import ktc import os import onnx pri…
-
Thank you Maria, As your advice, I tried to convert my weight. But 3rd party converter (keras2onnx) makes the same error. I think that this error is caused by difference of the version of the enviroment between docker tool chain and Movinet. For e…
-
Do you mean this kinds of the 3rd party converter? https://pypi.org/project/keras2onnx/ or Could you recommend another 3rd party converter? Please let me know l.