x1ngzai
x1ngzai
> > > I have met the same problem. I found all rotated images has the same landmark. Is it normal? > > > > > > I have solve...
> Hi everyone, > I resolved problem above, you should not use default alpha and learning rate value of code, should use this values in paper hello.Can you send me...
> Hi, > > I am unable to find/download the model. > > Downloading /home/fanos/Documents/ModelZoo/official\resnet50-853f2fb0.zip from https://hangzh.s3.amazonaws.com/encoding/models/resnet50-853f2fb0.zip. > > I get the following error > > RuntimeError: Failed downloading url...
> Does anyone tried to load models from those files? I've got error Unknown loss function:wing_loss. > > Added: > Solution is: > model = load_model('/home/daddywesker/SingularityNet/EyeTracker/Gaze_Tracking/keras_models/head_model.h5', custom_objects={'wing_loss': wing_loss}) > >...
> I think the [folder](https://github.com/Walleclipse/Gaze_Tracking/tree/master/keras_models) have trained keras models for eye-prediction (eye_model.h5) and head-prediction (head_model.h5). Which can be used for [train_head&eye.py](https://github.com/Walleclipse/Gaze_Tracking/blob/master/train_head%26eye.py). Can you send me your models in keras_models folder?Those...
> > > I think the [folder](https://github.com/Walleclipse/Gaze_Tracking/tree/master/keras_models) have trained keras models for eye-prediction (eye_model.h5) and head-prediction (head_model.h5). Which can be used for [train_head&eye.py](https://github.com/Walleclipse/Gaze_Tracking/blob/master/train_head%26eye.py). > > > > > > Can...
> > > Does anyone tried to load models from those files? I've got error Unknown loss function:wing_loss. > > > Added: > > > Solution is: > > >...
> > > > > Does anyone tried to load models from those files? I've got error Unknown loss function:wing_loss. > > > > > Added: > > > >...
> > > > > > > Does anyone tried to load models from those files? I've got error Unknown loss function:wing_loss. > > > > > > > Added:...
> Running into the same error Build cuda_11.8.r11.8/compiler.31833905_0 Windows 11 3090 Python 3.11.4 Pytorch 2.0.1+cu117 > > However "pip install flash-attn===1.0.4 --no-build-isolation" Worked > > installing any flash attention 2...