-
Thanks a lot for this excellent project!
I encountered a problem when conducting data setup with image downscale parameter > 1.
I guess there may be a bug in _datasets/phototourism.py_ line 576 wher…
-
Hello, I want to ask if the pathname in line 175 of llff.py is wrong, and "images/* '" should be used instead of "images_4/*'". During training, I just need to put the original dataset in the "images"…
-
This is really a nice work! But there are some questions I want to ask.
I found that when I set `NUM_ENVIRONMENTS>1`, this code will run fail. Is that because in this method `NUM_ENVIRONMENTS`only ca…
-
The following comment appears in the [implementation of `mem::swap`](https://github.com/rust-lang/rust/blob/e81f85fe9eebf8a5ba21438fb188a59d54095697/library/core/src/mem/mod.rs#L727-L734):
```rust
…
-
当我训练3.3实例分割任务时,出现以下错误:AssertionError: No inf checks were recorded for this optimizer.
```
sh bash/train_instance.sh
stop_semantic_grad:True
ignore_index: 0
Namespace(gpnerf=True, debug=False, va…
-
run:pip install -e .
return:ERROR: Could not build wheels for detectron2, which is required to install pyproject.toml-based projects
detail:
39\detectron2\model_zoo\configs\new_baselines
…
-
I've been reviewing the implementation details within the backward.cu file and noticed that the color components contribute to **dL_dalpha**. However, I'm puzzled as to why the alpha-rendered feature …
-
I need to COPY a _part_ of a context directory to the container (the other part is subject to another COPY). Unfortunately, the current possibilities for this are suboptimal:
1. COPY and prune. I co…
-
> Our preprocessing followed [IMavatar](https://github.com/zhengyuf/IMavatar/tree/main/preprocess#preprocess) and replaced the Segmentation with [RobustVideoMatting](https://github.com/PeterL1n/Robust…
-
Great Work!
From my understanding, it seems like you are creating pointclouds for each 3D segment instead of "spraying" the masked segments onto a fixed set of scene pointclouds. If this is correct…