michaeltan53

Results 4 issues of michaeltan53

I received an error message like this when generating depth map with ZoeD model running on Linux Using pretrained resource url::https://github.com/isl-org/ZoeDepth/releases/download/v1.0/ZoeD_M12_K.pt Traceback (most recent call last): File "depth_predict.py", line 19,...

ModuleNotFoundError: No module named 'cm' How to solve this problem when importing classes from cm package? Does it mean that the project have to be built first?

Hi, when I was running the command of evaluate.py, train_mono.py and sanity_hub.py, I recieved an error like this: Traceback (most recent call last): File "sanity_hub.py", line 40, in torch.hub.help("intel-isl/MiDaS", "DPT_BEiT_L_384",...

Hi, thanks for your great work. I'm trying to use this command to generate snowy scene: python Snow_Effect_Generator.py --clear_path "/Users/ushiushi/PycharmProjects/Weather_Effect_Generator/datasets/clear.jpg" --depth_path "/Users/ushiushi/PycharmProjects/Weather_Effect_Generator/datasets/clear.npy" --save_folder "/Users/ushiushi/PycharmProjects/Weather_Effect_Generator/datasets" But after I run this command,...