mightu

Results 9 issues of mightu

Maybe we can have an extension for VSCode to provide a useful text replace tool.

enhancement

adding line-based pose estimation/sfm papers. This is related to https://github.com/openMVG/openMVG/issues/897

the flag used current is only -C to appoint build dir. However flags such as `-k` may be useful too. Is there a way to use customized make flags? I...

Hi, I am planing to use it in my project on osx platform. I am wondering why there is not a release, a homebrew formula and a find_libigl.cmake provideded? could...

feature

Hi, thanks for the nice library. I'm using it to generate some md docs and then using reveal.js to host a mini-web of slides. I'm wondering if it would be...

Around https://github.com/chenfengxu714/SqueezeSegV3/blob/master/src/tasks/semantic/dataset/kitti/parser.py#L171: ``` proj = torch.cat([proj_range.unsqueeze(0).clone(), proj_xyz.clone().permute(2,0,1), proj_remission.unsqueeze(0).clone()]) proj = (proj - self.sensor_img_means[:, None, None]) / self.sensor_img_stds[:, None, None] ``` The order of channels in `proj` is (range, z, x,...

从train.py上看,似乎是的,想确认下。多谢。