DestinyLove
DestinyLove
i only can download .zip and tar.gz . this is my first time to build a project. so i hope someone can help me to find the .jar and add...
start_time=time.time() segments, info = model.transcribe(audio_file, beam_size=5) end_time=time.time() print("inferencetime : "+str(end_time-start_time)) print_wav_info(audio_file) start2=time.time() for segment in segments: print(type(segment)) # print("[%.2fs -> %.2fs] %s" % (segment.start, segment.end, segment.text)) end2=time.time() print("fetch segments time...
i want a docker image for ced,because i can't build it successfully,my python package mess a lot , pip install cli usually failed ,that's failed me too. i hope someone...
Somebody can help me with this problem? I want use the onnx convert to rknn . Or directly use .pt model like "base.pt" to rknn. https://github.com/k2-fsa/sherpa-onnx/issues/979
hey! i am working with yolov8pose-onnx-rknn. i don't have any experience before. Can you give me some sample as your YOLOv8--Segmentation when you have time to do.Thanks a lot!!!
RKNN
Some body can help me? i want to transfer .pt model to .onnx model then to .rknn model. So that i can run yolov9model in rk35xx device.
Hello, i want to use python usage. so that i can use it portable. Like the onnx usage.all of function are in one file. don't need to use"from ultralytics import...
Thank you for your previous great work! I use my own dataset(about 1000 images) and successfully build it. Then i use under command: `python train.py -s projects/colmap/buildings -r 8 --iterations...