xiemeilong

Results 11 issues of xiemeilong

``` private static LocalDate getLocalDate(ResultSet r, int i) throws SQLException { Timestamp ts = r.getTimestamp(i); return ts == null ? null : ts.toLocalDateTime().toLocalDate(); } ``` ParseException throwed. `Caused by: java.text.ParseException:...

Will pony support spatial data types?

When I called the refine_keypoints_from_db function on a dataset of over 9,000 images, my server ran out of memory (384 GB) and had to be restarted. Is this normal behavior...

**Describe the bug** `ns-train neus-facto --pipeline.model.sdf-field.inside-outside False --pipeline.model.sdf-field.bias 0.3 --pipeline.model.background-model grid --pipeline.model.eikonal-loss-mult 0.0001 nerfstudio-data --data data/nerfstudio/tangtousimple` ![image](https://github.com/autonomousvision/sdfstudio/assets/2681638/8e3f43f2-b560-40cb-b7b0-309c02389bd1) ![image](https://github.com/autonomousvision/sdfstudio/assets/2681638/229d2ddc-3ada-48ed-b7ec-dd0375e18074) But the result generated through the under command is rendered almost identical...

**Describe the bug** 4 4090 GPUs , train-num-rays-per-batch 512 eval-num-rays-per-batch 128 ``` ns-train bakedangelo --machine.num-gpus 4 --pipeline.model.level-init 8 --trainer.steps-per-eval-image 5000 --pipeline.datamanager.train-num-rays-per-batch 512 --pipeline.datamanager.eval-num-rays-per-batch 128 --pipeline.model.sdf-field.use-appearance-embedding True --pipeline.model.background-color white --pipeline.model.sdf-field.bias 0.1...

I obtained very good results using neuralangelo in sdfstudio, but for the same image data, the results obtained using the official neuralangelo implementation were like this. ![image](https://github.com/NVlabs/neuralangelo/assets/2681638/396a1be7-b6b6-42a2-a52d-051a4f882040) results using neuralangelo...

The solver achieves state-of-the-art results in terms of speed and accuracy. [povar](https://github.com/tum-vision/povar)