xhuan8

Results 14 issues of xhuan8

As I tested, it's much slower than NCC, and always out of memory for big images (4000*4000), any suggestion?

Hi, I try to interpolate uv coordinates, but currently I only got the position of vertex, like: ![u_b](https://user-images.githubusercontent.com/53556761/147678254-45d71650-f31a-4899-9d33-bcbcb6cd45e1.png) And I want the full uv coordinates, like: ![u_](https://user-images.githubusercontent.com/53556761/147678324-5cec7e3e-4f7d-4feb-89b2-7617ba8545a3.png) I try to...

Hi, I try to generate texture map from multiview images, suppose I have SMPL parameters and corresponding image, how to get a partial texture map from each view? Some paper...

seems now it only support Python 3.8

Currently FIFA can only be launched from Origin, how to launch it by RenderDoc in order to save captures?

**Describe the bug** SIFT throws SEHException randomly, sometimes causes the application crash. ** OS / Platform ** Windows ** .Net version ** NetFramework 4.8 **CPU Architecture** x86_64 ** Emgu CV...

Hi, is it possible to turn on "x64" for large folder or this feature is not ready? ``` using (var archive = ZipArchive.Create()) { archive.AddAllFromDirectory(path); archive.SaveTo(stream); } ``` exception: System.IO.IOException:...

enhancement
up for grabs

With a simple call to Sequential ``` var a = torch.nn.Sequential(); ``` from unit test it can work, but when call from test project it throws exception. ``` System.OverflowException: Arithmetic...

Is there any plan to add classes of torchvision/ops? roi_align and boxes are required, they are not implemented in TorchSharp ``` return torch.ops.torchvision.roi_align( input, rois, spatial_scale, output_size[0], output_size[1], sampling_ratio, aligned...

I try to use Faster rcnn for object detection, training and inference. Is it possible to implement faster rcnn? How much work is required?