-
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 …
-
### System Info
On main
### Who can help?
@zucchini-nlp @gante
### Information
- [ ] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially su…
-
Hi, nice work! What is the entire running time for a single text-to-4D?
-
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
-
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…
-
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…
-
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?
-
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? …
-
# Interesting papers
## 카메라 포즈 찾기의 전쟁?
- [Pan 2024 - Global Structure-from-Motion Revisited](https://lpanaf.github.io/eccv24_glomap/)
- COLMAP의 저자 참여. COLMAP의 global mapping 파트 개선. 일주일 걸리는 …
-
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.…