Even

Results 105 comments of Even

![image](https://user-images.githubusercontent.com/9303747/192971004-3acea3f1-e5f6-4997-96a6-dde80f19f65e.png) ![image](https://user-images.githubusercontent.com/9303747/192971094-44f1ee45-5484-4b7e-9157-1e11d99acc32.png) 基本明白了,跟p,p`在最小二乘中的顺序有关。 还有个疑问: ![image](https://user-images.githubusercontent.com/9303747/192971290-7f98a46e-71aa-4281-ad89-360febae429a.png) 这里不应该是SE3d么,怎么是SO3d呢?

别附议了,估计太监了...

@husheng12345 Hi, maybe the kitti D1 difference comes from the negative disparity treatment in your implemention

I found the 'segout' head is not equipped with a Sigmoid head, and the training is not going to converge on my observation...

> Traceback (most recent call last): File "/data1/zhongyao/dl/Point-SAM/demo/app.py", line 5, in from point_sam import build_point_sam ModuleNotFoundError: No module named 'point_sam' > > I tried pip install git+https://github.com/zyc00/Point-SAM.git and python setup.py...