chance

Results 10 comments of chance

> @changxinC Have you solved the problem now? No

> sorry for late reply. > > As far as I know, you can replace the linear layer (output part) with encoder from Transformer w.r.t. Chinese Text recognition. > Since...

> The code is quite confusing, as it contains various different methods for alignment and normalization. After a lot of experiments, I found out that the pre-trained network IR-152 works...

Fill in the above config file with your model paths. such as: ------ config.py ------ MODEL_ROOT = '/home/face.evoLVe.PyTorch/output_models', BACKBONE_RESUME_ROOT = './output_models/backbone_ir50_ms1m_epoch120.pth', HEAD_RESUME_ROOT = './output_models/head_arcface.pth',

@sriktrako If the file cannot be found, your path setting is wrong. In config.py DATA_ROOT = '/database/face/CASIA_Face_Recognition/' In train.py line 121 dataset_train = datasets.ImageFolder(os.path.join(DATA_ROOT, 'train'), train_transform) My actual dataset path:...

@sriktrako You can see about this: https://github.com/TreB1eN/InsightFace_Pytorch#323-prepare-dataset--for-training This file seems to be downloaded from the evaluation dataset LFW, or use the prepare_data.py in ./backup to generate. I never try about...

> @DrewdropLife Hi, do you know where to get the head resume pth file? I can find only the backbone resume. Thank you! https://pan.baidu.com/s/1-9sFB3H1mL8bt2jH7EagtA#list/path=%2Fms1m-ir152 pw:b197

@thomasbrandon hi,when I try `pip install git+https://github.com/thomasbrandon/mish-cuda/`or `python setup.py -v build` , it failed. my torch=1.6.0+cu101 torchvision=0.7.0+cu101 How to solve this problem? ![2020-12-30 14-48-55 的屏幕截图](https://user-images.githubusercontent.com/50581411/103334964-730e1600-4aae-11eb-8a6a-7a08d91582bf.png)

> @changxinC This is related to an incompatability between your system C++ compiler and your CUDA version, It's apparently fixed in CUDA 10.1.168 (according to [this](https://forums.developer.nvidia.com/t/cuda-10-1-nvidia-youre-now-fixing-gcc-bugs-that-gcc-doesnt-even-have/71063/10)). Otherwise upgrading/downgrading your system...

> > Hi, I use torch=1.6. I use "pip install git+https://github.com/thomasbrandon/mish-cuda/" to install mish-cuda. But it give me an error like: > > ERROR: Command errored out with exit status...