NVlabs / PoseCNN-PyTorch

PyTorch implementation of the PoseCNN framework
Other
195 stars 49 forks source link

hough voting num_max: 21 exceeds capacity 16 #10

Closed alanxuefei closed 3 years ago

alanxuefei commented 3 years ago

After the following modification,

   -  IMS_PER_BATCH: 2
   +  IMS_PER_BATCH: 8

The messages are shown during as below.

hough voting num_max: 21 exceeds capacity 16

Questions are: 1, Does it matter? 2, What it is?

yuxng commented 3 years ago

This does not matter. It means too many detections in the beginning of the training.