Kracozebr
Kracozebr
I'm trying to train yolact in google colab on my custom dataset and get the following error: ``` yield from torch.randperm(n, generator=generator).tolist() RuntimeError: Expected a 'cuda' device type for generator...
Tried my best to add deformable conv to yolact edge. Unfortunately I have not have enough gpu to train on coco or over dataset to test metrics.
Hi! I'm trying to implement yolact ++ edge. I know it is a long way, but as I have some experience in building tensorrt plugins and build libraries, I think...
I'm trying inference with next command: ```python eval.py --config=yolact_edge_config --use_tensorrt_safe_mode --trained_model=weights/yolact_100_27000_interrupt.pth --score_threshold=0.3 --top_k=200 --video_multiframe=2 --trt_batch_size=8 --video=./data/test.mp4:./data/test_inference.mp4``` The output video does not contain any bboxes or masks, but when I do...
Error [Convolution]: number of channels in input tensor to a convolution layer must not be dynamic
Hi, I'm trying to use torch2trt_dynamic to convert model from pytorch to tensorrt and get the error that number of channels in input tensor to a convolution layer must not...
Hi. I'm trying using torch2trt_dynamic to convert models from torch to trt. I got an unexpected issue. To reproduce it I use lenet5 like neural network. ``` from torch2trt_dynamic import...
**Environmental Info:** k3s version v1.24.4+k3s1 (c3f830e9) go version go1.18.1 Node(s) CPU architecture, OS, and Version: Linux ubuntu 4.9.253-tegra #1 SMP PREEMPT Sun Apr 17 02:37:44 PDT 2022 aarch64 aarch64 aarch64...
Hi @SsisyphusTao, great job! I found that if one uses batch_size greater than 1, the only first tensor in batch is correct, the others are zero or nearly zero. For...
Hi, thanks for sharing your code, I want to work with your repo, but can't find any dependences. Could your share them, please?
I've tried to run your code: ``` cd Feature_extraction python main.py ``` But get segmentation fault. Tried to debug and code crashes on this line:https://github.com/SMohammadi89/PointView-GCN/blob/200b7b2284951e2f2b1536ca673a72ba793bb474/Feature_extraction/pointnet_util.py#L37 I've checked size of tensors...