疯狂世界
疯狂世界
I have installed all the required pkg respectively,then I use the command 'make test',but it doesn't work.It says, 'Command not found:make:scl'  And I use 'pip install -e .[train]' for...
In PyTorch, it is not possible to directly assign values to a sliced tensor. It means that line 57-64 in '/models/gt_matches_generation.py' will not work. Such as: `gt_matches0[cross_check_consistent0][symmetric_dist_ori > positive_threshold] =...
Hello, thanks for your great work! There are some outlier points that are hard to remove, when I use the '.ckpt' file you provided and visualize the result using Open3d...
Hi, Dear developer! Thank you for your great work. I'm trying to run the inference code of SUPIR by below script. ```Shell CUDA_VISIBLE_DEVICES=0,1 python test.py --img_dir input_folder/ --save_dir ./results-F --SUPIR_sign...