Nicolas Brown
Nicolas Brown
there's an error on line 253; 'Raw' should be 'raw'

look into using a better GLSL RNG: https://stackoverflow.com/a/17479300 PCG RNG: https://www.pcg-random.org/download.html#minimal-c-implementation
This pr fixes bug causing CPU mode to not work. `device` should have been `self.device` in line `self.model.load_state_dict(torch.load(path, map_location=device))` also `if self.device == 'cpu':` will always fail because it's a...
New texturelab version completely rewritten in Qt
### Describe and reproduce the Bug I'm developing a navigation app using maplibre-react-native as the mapping library and [ferrostar](https://github.com/stadiamaps/ferrostar) to handle route generation and eta calculation and arrival detection. The...