-
- Related to https://github.com/blackears/cyclopsLevelBuilder/issues/14.
Currently, lightmaps can't be baked on a Cyclops level (although VoxelGI, SDFGI and ReflectionProbe all work as expected). T…
-
Hi,
I am trying to reproduce the same results as the paper but could not get anyway?
My settings are: 27 frames, 0.00001 lr and 2 GPUs.
Can you check if there is something missing in the sett…
-
Thanks for your contributions,
I have integrated your code, into https://github.com/vchoutas/smplify-x
I fitted an image then I get a 3D SMPLX Model, then I have used your code to calculate the meas…
-
Hello,
Thanks for your work on BatchConvert, which is very useful and practical!
For my work in France-BioImaging, I need to convert several multichannel images into single-channel ome.tiff images…
-
currently, 3d vegetation is split in forest, tree lines and single trees/bushes.
however, they are all polygons, for which LAI and shape parameters could be contained as an attribute in the file its…
-
Hi,
I'm looking to apply Grad-CAM to a 3D CNN classifier that I have trained.
This CNN takes input volumes of shape (250,250,6). I have applied the same approach as outlined in Grad-CAM.ipynb to t…
-
Hi,
First off, I had to make some modifications to get it to run:
```diff --git a/explision.py b/explision.py
index dd16569..04c6a49 100644
--- a/explision.py
+++ b/explision.py
@@ -14,8 +14,8…
-
It can be really usefull to be able to freely rotate 3D view by mouse draging. The predefined ISO1-3 views are kinda doing the job, but it helps to see objects in slight movement to get faster grasp o…
-
The present implementation of the `janus.fft` module define transforms with cryptic tuple attributes called `shape`, `rshape` and `cshape`.
Transform objects could in fact be seen as operators (as de…
-
Hi, thank you for your awesome works. However, when I was trying to run the M3DClip model using code on huggingface I have some errors related to the einops lib. I noticed you use the monai ViT layers…