Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'xvision' #89

Open
Koruvika opened this issue Jun 15, 2023 · 3 comments
Open

ModuleNotFoundError: No module named 'xvision' #89

Koruvika opened this issue Jun 15, 2023 · 3 comments

Comments

@Koruvika
Copy link

When I try open a pretrained model in here, I get a the error "ModuleNotFoundError: No module named 'xvision'", how can i fix it?

@D-X-Y
Copy link
Owner

D-X-Y commented Jun 15, 2023

Hi Koruvika, the xvision is located at https://github.com/D-X-Y/landmark-detection/tree/master/SRT/lib/xvision it may due to you did not properly import the libraries in this repo

@Koruvika
Copy link
Author

Tks for reply @D-X-Y, i tried training with X-SBR-main.py but it seems the model was overfit from the first epochs, training registration loss decreased while validation registration loss increased. The model I use is a pre-trained PFLD. My dataset i use contains 50k image and 50k frames (from video).

@Koruvika
Copy link
Author

I saw the loss in temporal_loss_regression.py
image
past_loss and future_loss seem to calculate only once the distance between two consecutive frames (video_L is int) instead of calculating the distances of all consecutive frames in the sequence, does this affect training results?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants