dimabendera

Results 3 issues of dimabendera

Load .json and .buff, but not load .bin

Is it possible to translate the coordinates of a point from point cloud to the coordinates of the same point in the panorama?

Used docker ``` docker run --gpus all -it nvcr.io/nvidia/pytorch:20.12-py3 ``` Convertion scipt: ```python3 import torchvision import torch from torch2trt_dynamic import torch2trt_dynamic as torch2trt model = torchvision.models.detection.fasterrcnn_resnet50_fpn(pretrained=True) model.cuda().eval().half() data = torch.randn((1,...