-
Hi there,
I would like to know what you did to achieve the results for the GOOD method on the CODA val dataset. I changed the model to be class aware and I tried to replicate the results but was on…
-
[我使用的是两张RTX3090进行训练的,finetune以后就在Reducer buckets have been rebuilt in this iteration就卡着不动了以下是我训练的日志
([20230914_111229.log](https://github.com/Tianhao-Qi/BACL/files/12604554/20230914_111229.log))
日志内…
-
问题类型:模型训练
**问题描述**d
模型训练6轮后出错
====================
使用的paddlex gui
D:\AI\paddlex\PaddleX\paddle\fluid\executor.py:1070: UserWarning: The following exception is not an EOF exception.
Proce…
-
I am trying to use apex and fp16 with torchvision detection models.
the model is initialised asL
```
import torchvision.models.detection as models
model = models.__dict__['fasterrcnn_resnet50_…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmcv/issues) and [Discussions](https://github.com/open-mmlab/mmcv/discussions) but cannot get the expected help.
- [X]…
-
https://github.com/tensorflow/models/blob/master/research/object_detection/exporter_main_v2.py
The checkpoints are saved under the training folder as ckpt-X.data-00000-of-00001 and ckpt-X.index…
-
## Description
I'm trying to convert the faster-rcnn.pt file to the onnx and use it with onnxruntime-gpu and tensorrt provider. When I check the converted onnx with trtexec, I get an Shape Error. O…
-
I want to use fasterrcnn from https://download.pytorch.org/models/fasterrcnn_resnet50_fpn_coco-258fb6c6.pth (pytorch torchvision model),but I get the error : Unknown operator: SplitToSequence
the…
-
When running the mmdet2trt with my config file and checkpoint, I got the following warning:
```
root@f406c58d8080:~/space/mmdetection-to-tensorrt# mmdet2trt /home/config_ct2_full.py /home/epoch_24.p…
-
Hi, I using mmDetection on my own UAVDT dataset, but I found the obejects on the right of all images can not be detected. I wonder if I should change the image size in anywhere to fix this problem? T…