Skip to content

Commit

Permalink
Fix bbox type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
farrajota committed Jul 13, 2017
1 parent ae82433 commit 0a286bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tester.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ end
------------------------------------------------------------------------------------------------------------

function Tester:getProposals(idx)
return self.roi_proposals[idx]
return self.roi_proposals[idx]:float()
end

------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 0a286bc

Please sign in to comment.