NVlabs / PoseCNN-PyTorch

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

hough voting num_max: 75 exceeds capacity 64 #5

Closed hrishikeshkale4 closed 3 years ago

hrishikeshkale4 commented 3 years ago

I am getting the following message on the terminal during training -

hough voting num_max: 75 exceeds capacity 64

I used the following command to train from the root directory - ./experiments/scripts/ycb_video_train.sh

Is this normal and is the model getting trained correctly ? Or is there any problem ?

Any help in this regard is highly appreciated

Thanks Hrishikesh

yuxng commented 3 years ago

This is fine. The training should be still going on, right? This message means too many detections in the beginning of the training.