ofeksadlo

Results 43 comments of ofeksadlo

Download the weights and paste them in yolov3-tinyDarknet

Make sure the number of classes is right I had the same issue and that was the problem.

In original code in the conversion of the image input into a blob to feed the model the width and height are 150x150: `blob = cv2.dnn.blobFromImage(frame, 1 / 260, (150,...

It's based on yolov3-tiny model as shown in here: [https://github.com/petercunha/Pine/tree/master/models](https://github.com/petercunha/Pine/tree/master/models) You can continue the training as any darknet model can. First you'll need to create a decent dataset with this...

I've looked into your project first of all well done. It's more than a csgo aimbot it can fit any game which is preety dam cool. Your project although can...

Well, in CS:GO the raw input option will take the mouse input's directly. Which in that case I cannot alter it. So a way around it is to disable this...

> So the "raw input" setting is a setting in CSGO, not Windows in general. So I should be looking for something similar in Tarkov? I suppose yea. Although there...

That's a bit of an over kill. I mean it has to get the mouse input in some way. You can research what game engine it uses and try to...

> > > So the "raw input" setting is a setting in CSGO, not Windows in general. So I should be looking for something similar in Tarkov? > > >...

"Process finished with exit code 0" doesn't give much to work with. Do you have any Exceptions to show? Have you followed all the [instructions](https://github.com/ofeksadlo/CSGO-Aimbot-CNN#how-to-make-it-work)?