facebookresearch / supervision-by-registration

Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors
Other
762 stars 165 forks source link

the LK operation is very slow, is this normal? #54

Closed taozhiqi closed 4 years ago

taozhiqi commented 5 years ago

Thanks for your great work. I am trying to use the LK operation in my own work , and i have a question about the Lk operation, i put the LK behind my landmarks model, and i find the LK operation is very slow in the forward propagation, the utilization of gpu is low, is this normal? Batch_SIZE = 64, INPUT_SIZE =128, single gpu

image

D-X-Y commented 5 years ago

That is normal because we did not optimize its implementation.