clearliu777

Results 4 issues of clearliu777

File "D:/PythonProject/mmpose/tools/train.py", line 201, in main() File "D:/PythonProject/mmpose/tools/train.py", line 190, in main train_model( File "D:\PythonProject\mmpose\mmpose\apis\train.py", line 213, in train_model runner.run(data_loaders, cfg.workflow, cfg.total_epochs) File "F:\ANACONDA\envs\open-mmlab\lib\site-packages\mmcv\runner\epoch_based_runner.py", line 136, in run epoch_runner(data_loaders[i], **kwargs)...

kind/bug
community/help wanted

File "D:/untitled2/Segmentation/unet_mobile/train.py", line 42, in generate_arrays_from_file one_hot_label = np.eye(NCLASSES)[np.array(label, np.int16)] IndexError: index 128 is out of bounds for axis 0 with size 2 做的是2分类 但是这个地方显示128是为什么呀 求up主指导

Traceback (most recent call last): File "/home/cc/3dgs/SC-GS/train_gui.py", line 1886, in gui.train(args.iterations) File "/home/cc/3dgs/SC-GS/train_gui.py", line 1000, in train self.train_node_rendering_step() File "/home/cc/3dgs/SC-GS/train_gui.py", line 1276, in train_node_rendering_step render_pkg_re = render(viewpoint_cam, self.deform.deform.as_gaussians, self.pipe, self.background,...

When I use a self-captured video as colmap dataset format, I have a preferred training visualization result, but the psnr is only 0.28 and ssim is only 0.05. I double...