zhaoweicai / mscnn

Caffe implementation of our multi-scale object detection framework
405 stars 211 forks source link

Using floating numbers for bbox in window files #14

Closed GBJim closed 8 years ago

GBJim commented 8 years ago

Hi @zhaoweicai

I found that bbox coordinates are represented as integers in window files. I am wondering if it is possible to use floating number for better precisions.

Maybe this question is out of the scope, but I can't find the standards or information about the window files. Please give me some hint :)

zhaoweicai commented 8 years ago

I followed Caffe window_files. With floating coordinates, the files size could be much larger. And I don't think the floating numbers will have noticeable help. Maybe you can give it a try. It is super easy.

GBJim commented 8 years ago

@zhaoweicai : Thanks!