Qinghe Wang
Qinghe Wang
> when I run the code with DDP (8 Tesla V100 ), this problem will arise. Setting num_workers = 0 may solve the problem , however, the utilization of GPU...
same question
> > I am having error in 4.2.1: > > File "/media/ed/FSSD/DATA/GITHUB/SpaTracker/blender_vis/create.py", line 38, in rgb = data[:,:,[3,4,5]] ~~~~^^^^^^^^^^^^^ IndexError: index 3 is out of bounds for axis 2 with...
if the input is relative path, **basename = args.input.split('.')[0]** will split the first "." in "./vis_blender..." out. And basename will equal " ".
my blender version is 4.2.1 refer: 1. https://github.com/henry123-boy/SpaTracker/issues/13#issuecomment-2202262486 2. https://github.com/henry123-boy/SpaTracker/issues/31#issuecomment-2363151025 when edit the code "basename = basename.split('\\')[-1]", it is related to your path. for example, my path is "/user/xxx/data_process/vis_blender/vis_results/s023_04061_3d.npy", the...
@Jafonso-sudo @zhangzjjjjjj Hello, I've encountered the similar issue, which seems to happen randomly. Have you come up with any ideas?