-
```gst-launch-1.0 filesrc location='video2.mp4' ! parsebin ! vah264dec ! "video/x-raw(memory:VAMemory)" ! gvapython module=full.py function=process_frame ! vapostproc ! "video/x-raw(memory:VAMemory), …
-
Hello, during implementation I got an error for yolov3.ckpt file.
That file is not present anywhere. Can you please help me with that
-
大佬您好,我已经在板子上实现了yolov3的推理,用yolov3-tiny.wk文件进行推理的时候检测不到结果,是需要修改后处理的过程吗
-
## Fix the model test for `yolov3.py`
1. setup env according to [Run a model under torch_xla2](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/support_a_new_model.md)
2. Ru…
-
Hi,
Great work. When running the final jupyter notebook, at the end it says no file named yolov3.names Please upload this file. Your help will be appreciated
-
# Darknet Repository
- Darknet Original
- https://github.com/pjreddie/darknet
- Darknet Extension
- https://github.com/AlexeyAB/darknet
- Darknet Company
- https://github.com/hank-ai/darkn…
-
기존 계획 : yolov3으로 사람 인식
yolov3 tiny 모델 실행 결과, 사람 인식은 가능하나 다음의 2가지 문제 발생
![image](https://github.com/MechanIT/Speech-and-object-recognition-for-elderly-people-living-alone/assets/161675231/a902101…
-
Hi @schwittlick
I would like to run your repository using third version of YOLO. Is it enough to just replace darknet source codes and rebuild using cmake or do I need to do some significant chang…
-
Hi. I see you have yolov3 in your warehouse. Are you trying to do object detection by changing yolov3 or the latest yolo.
-
I have a question about yolo.weight you provided.
Traceback (most recent call last):
File "demo.py", line 382, in
main(args, cfgs)
File "demo.py", line 78, in main
yolo_img_size=arg…