Hello, thanks for your work.
I would like to use test.py to run inference on a folder of images without having to download entire Cityscapes dataset. Is it possible to do this?
Currently, when I try to do it, I get the following error:
Traceback (most recent call last):
File "test.py", line 119, in <module>
test(args)
File "test.py", line 36, in test
device, model, loader = init_model(args)
File "test.py", line 16, in init_model
data_loader = get_loader("icboard")
File "/home/rbohare/FCHarDNet/ptsemseg/loader/__init__.py", line 27, in get_loader
}[name]
KeyError: 'icboard'
Thanks for your help.
Hello, thanks for your work.
I would like to use
test.pyto run inference on a folder of images without having to download entire Cityscapes dataset. Is it possible to do this?Currently, when I try to do it, I get the following error:
Thanks for your help.