-
Hi !@TobyPDE
I installed all the prerequisites as mentioned in README file. But i still get an error when i try to run predict_frrn_a.py
Please help..
(frrn) mrl@mrl:~/FRRN$ python predict_frrn_…
-
Hi there,
I'm really interested in using your network and performance does matter, that's why I installed chianti.
However I get this error:
>python predict.py --architecture frrn_a --model_file …
uyekt updated
7 years ago
-
In Frrn for camvid, the size of the input image is 360. This is changed to 352 after up sampling at the end of encoder part mainly because it pools an image of size 45 to 22 and then upsamples it. Thi…
-
Hi there,
I wanted to test your network, but somehow I can't get ride of this error:
> File "/media/---/Volume/---/FRRN/dltools/data.py", line 245, in
self._map_func = np.vectorize(lambd…
uyekt updated
7 years ago
-
### U and V grid support
The horizontal interpolation algorithm fails to interpolate correctly on the U/V grid. Requirement to add support for U and V ORCA025 horizontal grids.
-
Hey,
Nice efforts, are you maintaining the scores for all models with benchmark metrics? I am interested to know what it looks like for models you have implemented.
Thanks.
-
Thank you for providing the code! I ran the frrnA model on Cityscapes and was hoping to replicate the results reported in the paper (FRRN A: 0.630 mean IoU),
`python train.py
--arch fr…
-
Thank you for your awesome code! I've been trying to run some models on Cityscapes including FCN8, PSPNet and DUC, but I haven't been able to replicate the results reported in the papers. So if it's n…
-
- **What are your command line arguments?:** python predict.py --image /path/to/image --checkpoint_path /path/to/checkpoint --model FRRN-A --dataset --crop_width 256 --crop_height 256
- **Have you…
-
删除线表示任务完成或基本完成。
- 增加DALI处理数据增广
- 增加多机多卡训练
- 代码重构,参考[Python风格规范](https://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/python_style_rules/)
- 增加学习率调整率策略和优化器选择,增加step学习率,由…