Alex R.

Results 5 comments of 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? ![image](https://user-images.githubusercontent.com/23241108/139442667-f1315d8f-3572-4556-9980-833de0a4591b.png) 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...