-
你好,我用你的网盘数据可以训练测试,但是用我自己的CT数据、分割数据,到这一步就卡住报错了:
fixd_path = r'D:\Download\3DUNet-Pytorch-master\fixed_data'
dataset = Lits_DataSet([16, 64, 64],0.5,fixd_path,mode='train') #batch size
data…
-
Hello, i want to inference the Ground-aware Monocular 3D Object Detector on NuScenes dataset. The nuscenes dataset is consisted of RGB images of shape (900,1600,3) and its own calibration matrices. I …
-
- 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…
-
Hello there.
I am definitely new to 3D printing and somewhat to 3D drawing.
My goal is to build a cellphone case with a hole of a certain shape in its back.
I created this object with Freecad (impo…
-
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…
-
**Is your feature request related to a problem? Please describe.**
Selected shape objects (boxes for example) should always draw their edges/sides (possibly with checkerboard), rather than being occl…
-
running in vscode with a conda enviornment that is setup with all dependencies. I have followed instructions as mentioned in readme.md. Downloaded all weights and requirements. I changed the directory…
-
### Tested versions
Happens in 4.1.stable, 4.2.stable, 4.3 own debug build.
### System information
Godot v4.2.stable - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2080 Ti …
-
I am using your decoder to implement my sequence encoder/decoder but actually i don't know how can I do to get the decoder output the same shape as my input. My input is (None, MAX_SEQ_LENGTH) these a…
-
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…