Nick Herrig

Results 6 comments of Nick Herrig

@allout58 @rawdigits I just opened Issue https://github.com/slackhq/nebula/issues/560 to address the dns listener not resolving itself in dns queries. I didn't see an related issue filed yet out there, but if...

thanks @deryrahman. this worked for me!

@onuralpszr and @SkalskiP I changed the assets data structures a little bit, so let me know if you're not a fan of this direction. Also this is still a draft...

Hey @SkalskiP There are a few images from the inference documentation (soccer images) I think we could distribute this way. Along with this, I had a few cases in cookbook...

@SkalskiP ONNX Models were converted using the instructions in [the README.md.](https://github.com/THU-MIG/yolov10/blob/main/README.md#export). The steps below were followed for n/s/m/b/l/x pt files: 1. The model weights were downloaded for example from [yolov10n.pt](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10n.pt)...

@SkalskiP and @jameslahm It appears that the different prediction confidence scores are the result of different preprocessing steps (resizing) in inference and yolo cli. Was able to run a test...