Rob Trahms

Results 4 issues of Rob Trahms

Hi - I was able to successfully build this using your MSVC sln and selecting x86/Release or Debug. Doesn't build with x64 release, throwing build errors starting with 'size_t is...

bug

I tried out your sample - very cool! I get 110 FPS with a YOLOv5s running CUDA 11.5 on my 1080ti. I am curious what it would take to evaluate...

I have converted my already trained YoloV2 network (cfg, weights) into an h5 file, and am attempting to use test_yolo.py model_data/yoloV2_ob_23.h5 -c model_data/ob23_classes.txt. I have a default yolo_anchors.txt file. The...

Hi - I am pretty impressed with the cscore implementation running on our Raspberry Pi. We are successfully serving a webpage from our RPi at port 8081. I am also...