Fu-En Wang
Fu-En Wang
Alpha is the observation angle but we don't need to use it. For theta_ray, you can choose the center location of cropped 2d box (x, y). And then you can...
1. rotation_y is the theta(red) which is global angle of objects. And the theta in this line https://github.com/fuenwang/3D-BoundingBox/blob/master/Eval.py#L72 is the predicted rotation_y. 2. The center of cropped image may not...
Yes, we only have 2D location of 2D bounding box. So we have to estimate a 3D location of object by projecting 3D location to 2D location which is constraint...
I think the output of XYZ-gyro is in degree per sencond, so it is degree.
I hope one day I can be as brilliant as AJ.
So brilliant!
My guess is that, the first problem is because the channel order of RGB is maybe RGB or BGR. So you can try to alternate the channel order of collected...
agree, we can still maintain this project and make it better!
Hi all, just follow the offset of scripthookdotnet source code, which is still maintained. https://github.com/crosire/scripthookvdotnet/blob/dev_v3/source/scripting/World/Entities/Vehicles/Vehicle.cs#L1258 I think this line is what you looking for. BTW, I think the angle get...
Hi, I didn't implement Perspec2Equirec funtion. But I have implemented the funtion to transform a cubemap back to equirectangular. Basically, you could assume each perspective image as a plane, and...