You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have rewrite the code to CPP so the YOLO3D can runs on nVidia Jetson NX Xavier, but in the car class, sometimes the inference result is not good, I think this problem is caused by least squares linear regression(numpy api: np.linalg.lstsq in Math.py), is there any better algorithms to improve this problem? or if is necessary to change the cam_to_file(camera calib file) to my own camera?
i have rewrite the code to CPP so the YOLO3D can runs on nVidia Jetson NX Xavier, but in the car class, sometimes the inference result is not good, I think this problem is caused by least squares linear regression(numpy api: np.linalg.lstsq in Math.py), is there any better algorithms to improve this problem? or if is necessary to change the cam_to_file(camera calib file) to my own camera?
the result is same as #13
The text was updated successfully, but these errors were encountered: