david8862 / tf-keras-stacked-hourglass-keypoint-detection

end-to-end Stacked Hourglass Networks pipeline for single-object keypoint estimation, implemented on tf.keras
MIT License
26 stars 11 forks source link

Difference between Mobile and Tiny #17

Open Dipankar1997161 opened 2 years ago

Dipankar1997161 commented 2 years ago

You mentioned that Tiny is a network for speed whereas mobile goes depthwise for hourglass.

I did not clearly understand the point here. Could you clarify the difference if any or are they completely different

Can both mobile and tiny be used together or use just 1 of them? what impact does --tiny has on the training

david8862 commented 2 years ago

@Dipankar1997161 'tiny' model just use 128 channel for hourglass blocks, while standard model use 256.