dberga

Results 13 issues of dberga

"War stomp" spell has animation but not such effect

If I enter a car and I road though down a road (ex. scarlet crusade zone: from the mine's car to the beach) and I leave the car, I receive...

Blood boil spell has animation but not such effect

Problems: ->Cancel effect (it doesn't cancel) ->Your pet/possessed npc vision is not allowed to see creatures that your main player has no range to see them. ->Some of your pet/possessed...

Added "--no-check-certificate" on the wget command.

BubbleChartWidget in: f85c098 TreeMapWidget in: 62bd990 Both in: 142a1c4

I have been preprocessing datasets from distinct captures (moments in time and camera sizes). I could only acquire this by using `hloc`, obtaining the `images.bin` and `cameras.bin`. However there is...

Did anyone encounter an error when preprocessing with hloc (concretely with disk features) in images with distinct resolution? Note: I am adding the flag `--no-same--dimensions` In the matcher part I...

**Upon exporting with vanilla-nerf appears this error** ![image](https://github.com/nerfstudio-project/nerfstudio/assets/6095883/11013e6b-f1fe-49ba-8d9d-770fd57442ea) Here is the `config.yml`: ```!!python/object:nerfstudio.engine.trainer.TrainerConfig _target: !!python/name:nerfstudio.engine.trainer.Trainer '' data: &id002 !!python/object/apply:pathlib.PosixPath - data - nerfstudio - kitchen experiment_name: kitchen gradient_accumulation_steps: 1 load_checkpoint:...

Added full-reference metrics (msssim, gmsd, msgmsd, mdsi, haarpsi, vsi, fsim) and feature-based metrics (fid). All functionality has been implemented in `src/model/interface.py` and exporting its tensorboard test and validation scalars for...