Adam Wolf
Adam Wolf
@rthadur It does work, but sometimes it has issues is just what I've noticed. I don't have a photo from my testing handy currently but I can try and grab...
@rthadur Here's one of the examples from my testing: 
> @aw1875 Our package is a re-implementation of this tensorflow [code](https://github.com/tensorflow/models/blob/master/research/object_detection/README.md), it seems to be an issue with object detection models in general (see this [paper](https://www.jasonjsy.xyz/uploads/DeblurYOLO%20final%20paper.pdf)) Alright so it’s just...
@JustinPooters did you have any luck with this? I have the same issue and I feel like I'm just forgetting to do something simple but I can't think what it...
Ah I was running this on a VM so didn't have either installed. I'll give that a try thanks!
Hmm, seems like I'm still having the same issue with python 3.10.5 and go 1.18.4. Are there any other steps you recommend?
Never personally looked into it but I can take a look when I have some free time. Honestly quite busy right now so not sure I'll have the time to...
@wireguard-dev last I looked yolov5 is only for python (unless I missed something). I have an issue template created for suggestions for alternatives that I setup a few weeks ago...
With the React Electron boilerplate package I was pretty easily able to copy the dll's manually using `CopyWebpackPlugin`. However I believe the default electron config packages it by default in...
Ya I'm note entirely sure if electron is the best option for what I'm working on since I will be requiring a lot of low level functions but I was...