Philipp Krähenbühl

Results 20 comments of Philipp Krähenbühl

you can ignore the message. Or use the `refactor` branch that suppresses the warning.

You can use a counter in `startDraw` and set the id buffer to the value of that counter `id_buffer->set(id);` see https://github.com/philkr/gamehook_gtav/blob/master/gta5.cpp.

I never got this to work with GTA V. I developed much of the code on the NVidia Supersonic sled demo. There the time hooks work, but physx because very...

Is the lpo module built? Is there an lpo.so? Are you building lpo with the same version of python as you're calling it?

I have only gotten this error, when I build lpo with boost-python3 and run it with python2 or vice versa.

it can be `-i /some/directory/*.png`.

try: `python propose_hf5.py -bi ~/Documents/imagedl/images/ffc24661-57e1-4d79-aeca-7cce7b80dbc2.png ../models/lpo_VOC_0.05.dat` Your command tried to load an image named b and used the png as a model file, which it wasn't. This triggered the assertion.

`python propose_hf5.py -bi ~/Documents/imagedl/images/ffc24661-57e1-4d79-aeca-7cce7b80dbc2.png ../models/lpo_VOC_0.05.dat output.hf5`

That is a bit odd. How did you install python? what do you get if you type `/usr/bin/python3 --version`.

Hmm that's the SSE parts of the code, which doesn't work on ARM. You can comment it out and try to use the non-SIMD code. There should be a non-SIMD...