-
Is it possible to run sp-nas with its own database (unlike mscoco, pascalvoc...)?
-
Dashboard to track the performance of torchinductor on CPU.
cc @ezyang @msaroufim @wconstab @bdhirsh @anijain2305 @zou3519 @soumith @ngimel @chauhang
-
```
import os
os.environ['CUDA_VISIBLE_DEVICES'] = '1'
import cv2
import torch
import torchvision
from vpf import PyNvCodec as nvc
from vpf import PytorchNvCodec as pnvc
print("PyTorch Version…
-
问题类型:模型部署
**问题描述**
========================
请在这里描述您在使用过程中的问题,说明您的部署环境,部署需求,模型类型和应用场景等,便于开发人员快速响应。
使用官方demo,替换FasterRCNN模型出现错误,代码没有修改过,部署其他模型例如YOLO、分类模型的时候都没有出现过问题
![image](https://user-…
-
## 🐛 Bug
**Describe the bug**
When I try to train a Faster RCNN model using IceVision and Fast.AI, it fails with the RuntimeError: `Expected object of scalar type c10::Half but got scalar type float…
-
Hi, I am working in Kaggle with custom dataset. I got RuntimeError and I have no idea how to solve it. Can you help me?
RuntimeError: CUDA out of memory. Tried to allocate 2.44 GiB (GPU 0; 15.90 Gi…
-
thanks for your code.
I run the demo_video.py without pytorch3d visualization.
when I use blender to load res.pk
![image](https://user-images.githubusercontent.com/29919918/206972053-ca433ac5-7344-…
-
Hi,
I'm using the gpu to run the train_frcnn.py. But it cannot start even at the beginning of epoch 1.
When I kill the training, it always stop inside the line X, Y, img_data = next(data_gen_train)…
-
### Description of the bug:
Possibly related to https://github.com/google-ai-edge/ai-edge-torch/issues/103
Is there a chance that the Torchvision Detection models will be supported? Most of them…
-
Hello,
Could you help me to fix the issues in the below script to be able to check YOLO results instead of (Faster/Mask R-CNN)?
I want to check YOLO-V5 which is developed using this community: h…