MonoDepth-PyTorch icon indicating copy to clipboard operation
MonoDepth-PyTorch copied to clipboard

Key already registered with the same priority: GroupSpatialSoftmax

Open Entretoize opened this issue 4 years ago • 1 comments

Hello, I trying to test your project that seems very nice, but I can't find how to run a simple test, I tried that:

main_monodepth_pytorch.py --data_dir=test --model_path=models/monodepth_resnet18_001.pth --output_directory=output --input_height=375 --input_width=1242 --model=resnet18 --mode=test --input_channels=3 --num_workers=4 But I get that error: Key already registered with the same priority: GroupSpatialSoftmax What does that mean ? What can I do ?

Thanks in advance !

Entretoize avatar Jan 07 '22 14:01 Entretoize

Hi! Thanks for your interest in our project. Most likely there is a problem with your PyTorch installation. Please, check this thread: https://discuss.pytorch.org/t/importerror-key-already-registered-with-the-same-priority/86271/2

voeykovroman avatar Jan 07 '22 14:01 voeykovroman