Kitware / batai

Bat Detection and Classification using AI and Acoustics
Apache License 2.0
1 stars 0 forks source link

Compressed Alignment #59

Closed BryonLewis closed 6 months ago

BryonLewis commented 6 months ago

The process of converting to milleseconds transfering on the client then converting back to pixels on the client lost accuracy with rounding and idea that ms and lengths are float and pixels are integers. This just sends the direct widths for compressed areas to the client and uses that instead.

Before this PR: image

After the PR: image