Albert
Albert
Is segmentation of sounds works well ? I`ve listened to TalkingMachinesPodcast.wav, watched waves spectre in Camtasia Studio and compared with output of segmentation.py: ('0.0m 0.0s', 0) ('0.0m 2.Ss', 1) ('0.0m...
just built from source RHVoice on Raspbian buster arm and got a error when tested: ``` RHVoice-test: error while loading shared libraries: libRHVoice_core.so.7: cannot open shared object file: No such...
i trained model and saved it as latest_ckpt.pth. how to go on train with the same model ? just put it on start again like that: ```python3 tools/train.py -f exps/example/custom/yolox_tiny_my.py...
hi! i use this code: ```python3 /home/pi/YOLOX/tools/demo.py webcam --camid 0 -n yolox-tiny -c /home/pi/YOLOX/models/yolox_tiny.pth --conf 0.25 --nms 0.45 --tsize 640 --save_result``` to save video to disk from webcamera and it...
I have installed linorobot by 2WD kinect. It works perfect. Now trying to move to 4WD Mecanum lidar. How to do that without reinstall ?
cant find self_play_ac.py from 12.4 chapter to reproduce (
I`ve converted all datasets in yelp_dataset except yelp_academic_dataset_business.json. It returns a error: ``` Traceback (most recent call last): File "json_to_csv_converter2.py", line 129, in read_and_write_file(json_file, csv_file, column_names) File "json_to_csv_converter2.py", line 21,...
hi ! can`t find driver for USB2.0_UC-391_Rev.E+UC-**599**_Rev.B i work on Raspbian and Raspberry pi 4, Linux 5.10.63-v7l+ #1457 SMP Tue Sep 28 11:26:14 BST 2021 armv7l GNU/Linux Is it exists...
Here is a ready-go solution how to stream with gstreamer with minimum latency. Using usb3.0 camera acA4112-20um, raspberry pi 4b, raspbian buster. ``` import sys;import traceback;import argparse;import typing as typ;import...
I am using example code from here - https://github.com/basler/pypylon-samples/blob/main/notebooks/multicamera_handling.ipynb to start capture with 2 cameras in parallel. Both cameras connected to 2 usb3.0 ports on raspberry pi4 (Raspbian Buster). My...