-
from mmcv import Config, DictAction
from mmcv.parallel import MMDataParallel
from mmcv.runner import get_dist_info, init_dist, load_checkpoint
from mmedit.apis import multi_gpu_test, set_random_see…
-
python tools/train.py configs/clipiqa/clipiqa_coop_koniq.py
2023-10-16 08:47:54,004 - mmedit - INFO - workflow: [('train', 1)], max: 500 iters
2023-10-16 08:47:54,004 - mmedit - INFO - Checkpoints…
-
Process PreprocessConsumer_0:
Traceback (most recent call last):
File "/home/lyl/anaconda3/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap
self.run()
File "/home/lyl/软件/…
-
https://github.com/likyoo/open-cd/blob/main/docs/inference.md
When I try to test the inference with existing models, I encouter the following problems.
I want to know how to resovle this problem. …
-
FileNotFoundError: [Errno 2] No such file or directory: '../open-cd/model-index.yml'
-
python inference_realbasicvsr.py configs/realbasicvsr_x4.py checkpoints/RealBasicVSR_x4.pth data/demp2.mp4 results/demo_001.mp4 --fps=59
2022-06-02 13:27:00,288 - mmedit - INFO - load checkpoint from…
-
Hello! I use pip to install the required package in my exsisting virtual environment like this:
↓↓↓↓↓↓↓↓↓
pip install h5py, matplotlib, mmcv_full, numpy, opencv_python, Pillow, PyYAML, scikit_image,…
-
Hi IceClear,
I just try to train CLIP-IQA+ on KonIQ-10k as your instruct:
```
python tools/train.py configs/clipiqa/clipiqa_coop_koniq.py
```
But encounter the following error, it seems only PSNR…
-
Command and error message:
```
> python .\BasicVSR_PlusPlus\demo\restoration_video_demo.py .\BasicVSR_PlusPlus\configs\basicvsr_plusplus_denoise.py .\basicvsr_plusplus_denoise-28f6920c.pth .\1_3s_su…
-
How to solve this problem?
File "tools/train.py", line 169, in
main()
File "tools/train.py", line 165, in main
meta=meta)
File "/home/work/test/projects/sepLUT/SepLUT/mmedit/apis/t…