drn
drn copied to clipboard
Dilated Residual Networks
为什么output.topk会报错,而且是否不同版本的pytorch,其中的模块会不同,我运行时遇到很多问题
sorry to bother, I wonder if you could publich the code to compute MIOU and AP
hi,I meet some trouble while training on myself dataset which only have 3 classes. environment is: Ubuntu 18.04; conda, cuda etc all is satisfied. Please help,any advice is appreciate!thanks a...
When testing the semantic segmentation even the pre-trained models (drn_d_20), I obtain None as the mIOU. When I set up the gt=True, I obtained from 19 only one class with...
When I try to runt he mIOU calculation in segment.py test, it runs all the way through then errors with a TypeError, saying that it must be a real number,...
Hi, everyone! Cannot download file from https://tigress-web.princeton.edu/~fy/drn/models/drn_d_54-0e0534ff.pth. While looking at brouser it writes: "Forbidden You don't have permission to access /~fy/drn/models/drn_d_54-0e0534ff.pth on this server." Please fix files availability! Best regards,...
Is anyone able to test the code for "DRN-D-105" architecture on test data?? I am able to train and validate but while testing error occurs as "RuntimeError: CUDA error: out...
Great job. Could you also provide the dataset loader and script to train on your dataset (BDD100K) for segmentation? Thanks
Thanks for the "Dilated Residual Networks" pipeline. I have followed all the instructions mentioned in the documentation. However I have encountered across following error. Is anyone able to run the...
I trained it with `python3 segment.py train -d -c -s 896 --arch drn_d_22 --batch-size 14 --epochs 250 --lr 0.001 --momentum 0.99 --step 100`, and multi-scale test only get 66.49. It...