-
Hello! I successfully replicated the project following your steps and used my own dataset to complete both Stage 1 and Stage 2, as well as the mesh export. However, the quality of the exported mesh is…
-
I am trying to run MonoGS on custom dataset. It is not very straight forward, so i have some questions.
I collect dataset using my iphone. I click a video and extract images out from that. If i run…
-
### 🐛 Describe the bug
Using this code with the latest version
```
for image in tqdm(images):
images_predictions = model.predict(image, iou=0.5, conf=0.4, class_agnostic_nms=True)
class…
-
TODO: Modify and run save_vq_tokens.py to tokenize RGB videos.
`save_vq_tokens.py` is the file which you run in 4M to pretokenize images, e.g., to go from images of the modality `rgb` to examples …
-
I want to run HOV-SG on own dataset.
I controlled simulated robot and gathered `RGB` images, `depth` images and `pos`. Than - reformatted this data in the structure, similar to `hm3dsem` dataset.
…
-
The repo mentions that u need to run rgbdslam.py with path of ech image and debth.
1. I cant find the .py file
2. If i need to run the code for One sequence, why do i need to give path of 2 rgb imag…
-
Thanks for sharing your paper and codes first, they look really cool.
# My approach
I tried to run the codes on my own computer, but I don't know anything about **cyclonedds** at all. So I can only…
-
### Regression?
No
### Hyprlock Info and Version
0.5.0
Hyprlock config
```sh
```
general {
disable_loading_bar = false
hide_cursor = true
grace = 0
no_fade_in = false…
-
So, while training black and white images we have pass. Color force: true in model configuration.
I want to train the model on both BLACK & WHITE + RGB Images ....how do I do that?
I don't want …
-
Options include:
* store as separate file and reference `nir_file_name` as well as `file_name` in COCO
* store as alpha channel (but separate it out for frontend viewing)