Alex R.
Alex R.
Hi @MaximumProgrammer. For the camera calibration you'll need camera intrinsic parameters which will make the camera calibration matrix. ```python K = np.array([[fx, 0, c_x], [0, fy, c_y], [ 0, 0,...
I have trained this model on a different dataset than the one used in this repo. For your custom dataset you'll need labelled regions and some more info on those...
> 3D Yaw Angle > How did you obtain this? Is alpha and the 3D yaw angle the same thing?  Theta (angle with red) represents the Global Orientation which...
> Is it possible to save the result of `ipyplot.plot_images( )` via python code? If not, I think that would be a useful feature to have. I've managed to save...
> when I want to export the onnx model, I get the error: > > RuntimeError: Exporting the operator repeat_interleave to ONNX opset version 11 is not supported. Please open...