-
### Suggestion
The main methods which need to be modified are in `net/minecraft/world/level/levelgen/synth`. The methods `getValue(int x, int y)` and `getValue(int x, int y, int z)` in `SimplexNois…
-
Here we can discuss the performance of the various functions in the `MOArchive3d` class. I timed all the functions using the points sampled from the nondominated distributions as we discussed earlier …
-
Very interesting work. I have a question: how to distinguish whether the generated video is 2D or 4D in the paper?
-
Here is my env. The version of `transfomers` is meet the requirements in `monkeypatch.py`
```
torch==2.2.0
transfomers==4.37.0
```
The traceback are as follows:
traceback
>> python pred_sna…
-
Hi, nice work! What is the entire running time for a single text-to-4D?
-
I was investigating longevity test failure report from https://github.com/scylladb/scylla-enterprise/issues/4691
Scylla version: `2024.2.0~rc2-20240904.4c26004e5311` with build-id `a8549197de3c826053…
-
Hi,
Sorry to bother you a little bit. I was curious about how to accelerate the optimizations for this 4D generation simply. Increasing batch size doesn't work very well. Thank you!
Best
-
Have you experimented with text to 4D since original DreamGaussian has both image and text based 3D generation. Can you discuss your results with text based 4D generation?
-
Thank you for this excellent implementation. I'd like to suggest an optimization that could significantly speed up inference and enable streaming output.
Currently, there are two GPT2 graphs:
1.…
-
Hey, Congrats on this great work! One point I'm not very clear about stage1. For single-image to 4D generation, will you generate F+V images, or F\timesV images as a matrix for stage2 reconstruction? …