Tejaswi Kasarla

Results 7 comments of Tejaswi Kasarla

What init weights should we use for training the cityscapes model for pspnet?

@dharma-kc, you could directly add opencv libraries path in the matlab file instead of `export LD_PRELOAD = /usr/lib/x86_64-linux-gnu/libopencv_[core,highgui,imgproc]`. In `eval_all.m` add path of the location where you opencv libraries are...

learning rate mentioned in ICNet paper is 0.01. Also there's a poly_lr scheduler. You will need to add those both.

Same problem, even after `python setup.py bdist_wheel and cd ./dist && pip install xxx.whl` Anyone found a fix for this?

I didn't find any solution for this. I hope the author of the code has a workaround to suggest.

I'm not sure if anyone found an explanation to this but I also have the same question.

> Hi, have you successfully extracted the video features? I still find it confusing about the configurations of the model, and I failed to load the weights. Could you share...