vtn98

Results 9 issues of vtn98

Hi @ZhaoJ9014, Thank your great project I want to convert model IR50 to TensorFlow lite (dynamic quantize) and use it in mobile. I tried but failed, maybe the model was...

Thanks for your project. I want to train model IR-50 on my own dataset use the pre-trained model (IR-50 on Asia face data). But I cannot find the file head...

Hi @shanghaikid Thank your project I have an IVFPQ index. Don't know if you have support visualization for this index?

Hi @zhuyingSeu, thank your project. I have a question: Does face detection in this project support detecting landmarks?

Hi @ZhaoJ9014, Thank your project. I want to train IR50 with "Private Asia Face Data" from scratch. So, can you provide Private Asia Face Data for me? Thank you.

Thank your project I tried to run "lstm_train.ipynb" with python3.7 and python3.10 (google colab) but was not successful. python3.7 => cannot restart session after install requirements python3.10 => shape '[6800,...

Hi @Whiffe Thank your project I want to try this project but I cannot have GPU. Can you tell me how to train this project using CPU?

Hi, thank your project I tried to run postprocessor.py, but I'm getting the following error: > for idx, appe_idx in enumerate(smoothed_fast_track_['apperance_index']): KeyError: 'apperance_index' How can I fix it?

Hi @jjjkkkjjj I have created an MfArray from UImage, now I want to convert it to UnsafeMutablePointer? in swift. How can I do that? Please help me. Thank you