lkp520
lkp520
When I use lip datasets to val, as I run `python tools/test.py --cfg experiments/lip/seg_hrnet_w48_473x473_sgd_lr7e-3_wd5e-4_bs_40_epoch150.yaml DATASET.TEST_SET list/lip/testvalList.txt TEST.MODEL_FILE hrnet_w48_lip_cls20_473x473.pth TEST.FLIP_TEST True TEST.NUM_SAMPLES 0 `, I meet the problem below: Traceback (most...
I try to delete the right of data/list/lip/testvalList.txt: val_images/1.jpg val_images/2.jpg ... But I meet the problem: Traceback (most recent call last): File "tools/test.py", line 143, in main() File "tools/test.py", line...
Thanks for your good work! How to test raw images without gt? Without gt, I can not get the variance, then I can not get the restored image.
When I train, I code visdom -port 8098 and I can not enter into http://localhost:8098 to see loss. How can I solve it?
Dear author, when I run `python train.py \ --seed 100 \ --dataset cifar10 \ --dataset-path ./dataset/cifar10 \ --checkpoints-path ./checkpoints \ --batch-size 128 \ --epochs 200 \ --lr 3e-4 \ --lr-decay-steps...
Hi Guo Shi In your paper, I read "For a batch of real images, due to the unavailability of ground-truth noise level map, only L_rec and L_TV are considered in...
When I run train_denoising.py, I meet the probem: NameError: name 'warmup' is not defined How can I solve it? Thank you!
数据集下载好了,为什么我运行[](https://github.com/megvii-research/PMRID#citation)python3 run_benchmark.py --benchmark /path/to/PMRID/benchmark.json models/mge_pretrained.ckp没反应  一直卡着
很多文件png、jpg、pth缺少,很难训练