JingyunLiang / SwinIR

SwinIR: Image Restoration Using Swin Transformer (official repository)

Home Page:https://arxiv.org/abs/2108.10257

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Im getting a main test error

prashanthsr19 opened this issue · comments

main_test_swinir.py::test ERROR [100%]
test setup failed
file C:\Users\prash\Downloads\SwinIR-main\main_test_swinir.py, line 256
def test(img_lq, model, args, window_size):
E fixture 'img_lq' not found

  available fixtures: anyio_backend, anyio_backend_name, anyio_backend_options, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
  use 'pytest --fixtures [testpath]' for help on them.