Your tutorials are very helpful and informative. It would be really cool to see a video about OBB (oriented bounding boxes). Especially about precise determination of the rotation angle of an object.
How to make PCB defect detection in real time with a USB webcam, bad solder, component rotation, marking, wrong text, number, missing components, damage...
Hello. I try to run this example, but i have a prolems. Traceback (most recent call last): File "", line 1, in File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 122, in spawn_main exitcode = _main(fd, parent_sentinel) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 131, in _main prepare(preparation_data) File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 246, in prepare _fixup_main_from_path(data['init_main_from_path']) File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 297, in _fixup_main_from_path main_content = runpy.run_path(main_path,
Your tutorials are very helpful and informative. It would be really cool to see a video about OBB (oriented bounding boxes). Especially about precise determination of the rotation angle of an object.
Wow, you just showed everything about YOLO in 14 mins!!! 👍👍👍
I hope it's useful.
Again, thanks for the tutorials!
You're welcome!
👍👍
How to make PCB defect detection in real time with a USB webcam, bad solder, component rotation, marking, wrong text, number, missing components, damage...
sir the torch still says false even after installing it like you showed
You should have nVidia GPU with latest driver installed.
If still doesn't help, use older version of cuda when installing pytorch.
@@TheCodingBug Tysm sir, love you
Hello. I try to run this example, but i have a prolems. Traceback (most recent call last):
File "", line 1, in
File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 122, in spawn_main
exitcode = _main(fd, parent_sentinel)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 131, in _main
prepare(preparation_data)
File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 246, in prepare
_fixup_main_from_path(data['init_main_from_path'])
File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 297, in _fixup_main_from_path
main_content = runpy.run_path(main_path,
Are you using multiprocessing?
@@TheCodingBug Thank you! I messed up, rewatched the video, and understood. Now I'll try again.