Manish Bhurtel

Results 3 comments of Manish Bhurtel

> on win10 go to ( \model master\models-master\research) open cmd in this path and type `python setup.py install` > it should work Thank you. It worked. (y)

It worked for me with conda. First delete all packages of ffmpeg 1. pip uninstall ffmpeg-python 2. pip uninstall ffmpeg Then install again as follows: 1. conda install -c menpo...

If you see the base config in [_base_/models/setr_naive](https://github.com/open-mmlab/mmsegmentation/blob/main/configs/_base_/models/setr_naive.py), then you find **pretrained='pretrain/jx_vit_large_p16_384-b3be5167.pth'** on **line 14**. This exact model can be downloaded from [https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-vitjx/jx_vit_large_p16_384-b3be5167.pth](https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-vitjx/jx_vit_large_p16_384-b3be5167.pth) I used the pretrained weights from the...