Mohammed Yasin
Mohammed Yasin
@komefai Nice. I posted about this project in Wololo.net. Hoping to see more activity in here.
@komefai Some kind of a bug in latest build MouseSpeed suddenly jumps to more than 200x **EDIT:** Looks like it is caused by excluding this line: `RemapperUtility.SetCursorPosition(tmpX, tmpY);`
@komefai Are you planning on implementing an acceleration feature?
@komefai After disabling cursor hiding, I can see that this exponential jump in sensitivity happens as soon as the mouse cursor hits the border of my screen. > because it...
As for acceleration, I tried this: ```c# int signX = Math.Sign(MouseSpeedX); int signY = Math.Sign(MouseSpeedY); double rx = ((MouseSpeedX > 0) ? positiveSpeed : ((MouseSpeedX < 0) ? negativeSpeed :...
@spinedoc777 I have posted a guide in here: https://github.com/komefai/PS4Macro/issues/8 . Did you try that?
@spinedoc777 Which version are you using?
It doesn't seem to work for me. Autoplay is always on.
Are the pretrained weights distributed under GPLv3 license too? Can I fine-tune the pretrained model and have the fine-tune model not be GPLv3? Different people give different answers. YOLOv5 or...
I also noticed the same for RTMPose.