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

Evaluation of Volumetric Model #123

Open
sunwonlikeyou opened this issue Feb 10, 2021 · 3 comments
Open

Evaluation of Volumetric Model #123

sunwonlikeyou opened this issue Feb 10, 2021 · 3 comments

Comments

@sunwonlikeyou
Copy link

I simulated pretrained volumetric model with pretrained backbone.
and i got these result.
'S11': {'Average': 158.4710789766407, 'Directions': 13.81251708984375, 'Discussion': 20.87702763545049, 'Eating': 107.31265129841549, 'Greeting': 104.50263323102679, 'Phoning': 249.43584526909723, 'Posing': 33.8868872601053, 'Purchases': 160.68772977941177, 'Sitting': 87.17900390625, 'SittingDown': 264.5645211641906, 'Smoking': 240.20394674161585, 'TakingPhoto': 190.77657277960526, 'Waiting': 58.71925354003906, 'Walking': 307.15990271935095, 'WalkingDog': 243.03764997209822, 'WalkingTogether': 201.88863716873468}

and also i checked heatmap from backbone in volumetric model
image

but heatmap from backbone in algebraic model is
image

is there problem or mistake on evaluation??

@shrubb
Copy link
Collaborator

shrubb commented Feb 10, 2021

Looks like you caught a bug. These heatmaps seem unnatural to me, as if the network is underfit or overfit. For example, I believe there shouldn't be such checkerboard patterns. You probably messed up .requires_grad, .eval() vs .train() or something like that.

@sunwonlikeyou
Copy link
Author

Backbones were all eval() and also all tensors' requires_grad were also False.
And That plottings are heatmap of 'Directions-1' which shows good quantitative result but i can check poor heatmap result.
And also I checked Loading pretrained weights for backbone and whole model.
can you show me your log files??

@shrubb
Copy link
Collaborator

shrubb commented Feb 16, 2021

Hi, unfortunately I don't have logs :( I still bet you have a bug somewhere in the backbone. I suggest that you try checking activations and gradients layer-wise.

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