locating-objects-without-bboxes icon indicating copy to clipboard operation
locating-objects-without-bboxes copied to clipboard

Calculating number of points

Open nupur0294 opened this issue 4 years ago • 3 comments

How can we calculate number of points?

nupur0294 avatar Mar 21 '20 03:03 nupur0294

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

javiribera avatar Mar 23 '20 06:03 javiribera

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?

nupur0294 avatar Apr 08 '20 10:04 nupur0294

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

javiribera avatar Apr 11 '20 17:04 javiribera