hturki

Results 15 issues of hturki

I've noticed that setting the aabb_scale to a high value (8 or 16 on the fox scene for example) seems to fail when using the CutlassMLP, which one is forced...

Right now the per-image camera exposures aren't saved as part of the snapshot and are lost if you exit the application and subsquently load from a snapshot

## Bug report - AirSim Version/#commit: 1.4.0 - UE/Unity version: 4.26 - autopilot version: - OS Version: ### What's the issue you encountered? When using the python client, getting DepthPerspective...

images
bug-report

When running the repro below, I get a Warp Misaligned Address Exception: ``` #include "tiny-cuda-nn/trainer.h" int main(int argc, char **argv) { nlohmann::json network_config = { {"n_input_dims", 8}, {"otype", "CutlassMLP"}, {"output_activation",...

Hello, After reading the documentation available, I would expect this simple example to potentially time out: Source source = Okio.source(new FileInputStream(file)); source.timeout().timeout(10, TimeUnits.SECONDS); source.readByte(); In this case, file is a...

Which leads to inconsistencies when dealing with RGBA data. Happy to submit a PR either adding sigmoid to volrend or removing it from svox if you have a preference either...

For octrees with over INT_MAX data elements, using int causes issues due to integer overflow

How does distributed sampling work? The pipeline class references train_sampler, which is a field in DataManager, but neither it nor VanillaDataManager seem to access it.

Thanks for the great work! Here are some minor proposed changes to make the logging a bit less verbose (that I could desirable when using dust3r inside of larger offline...