NVlabs / PoseCNN-PyTorch

PyTorch implementation of the PoseCNN framework
Other
186 stars 47 forks source link

Randomness for hough voting layer #34

Open sean85914 opened 1 year ago

sean85914 commented 1 year ago

Hi, I used the same image to for inference and noticed that the output rois and posed change slightly from time to time.
I have set the model to evaluation mode, and the intermediate outputs before hough voting layer are all the same.
so why this layer output different result with same input?