javiribera / locating-objects-without-bboxes

PyTorch code for "Locating objects without bounding boxes" - Loss function and trained models
Other
249 stars 52 forks source link

Calculating number of points #22

Open nupur0294 opened 4 years ago

nupur0294 commented 4 years ago

How can we calculate number of points?

javiribera commented 4 years ago

Well first you have to learn how to count...

nupur0294 commented 4 years ago

I thought the number of estimated points and Px is input to gaussian mixture model and since average hausdroff distance is used we need the number of points. Just wanted a vision how can we print the number of points estimated. Can we also print the (x,y) coordinate of estimated points?

javiribera commented 4 years ago

All this information is collected and stored in the CSV output file, which is assembled and saved to disk in the script locate.py, lines 327-343