-
I'm trying to fine-tune the model for instance segmentation with a custom dataset that I have locally in COCO format. The issue that I'm having is that I don't know how exactly to convert the segmenta…
-
Dear all,
I run the trained model (ssd_mobilenet_v1_coco_11_06_2017) to detect bounding box on my dataset, but this trained model is not performing well because the main object that I am detecting …
-
Hello, after installing all the recommended packages and successfully runnning inference on demo images with the original scripts, I face a training obstruction.
Old issue similar to #https://githu…
-
I train boxinst with a customised datasets contain 1 category, loss 'nan', but I have visualize the dataset, there is nothing wrong with the annotation.
This is my config file:
_base_ = [
'../_…
-
**error**
Traceback (most recent call last):
File "/content/mmdetection/tools/train.py", line 121, in
main()
File "/content/mmdetection/tools/train.py", line 117, in main
runner.tr…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
使用pycharm进行代码修改并sftp推到服务器上训练遇到问题。windows系统执行sh文件进行训练没有问题但是使用Ubuntu系统执行sh文件报错,但是在pycharm中使用远程解释器进行训练又可以训练没报错,下面是sh文件内容和报错信息。
```shell
python tools/train.py \
configs/my/ssd300_coco.py \
--work-dir …
-
Hello,
I am new to the MMDetection framework and I would like to train different models on my dataset, to compare their performance with my model. I used this tutorial:
https://mmdetection.readt…
-
Hello everyone,
lately I have a problem, installing detectron via docker. I fails now with:
/usr/local/caffe2_build/include/caffe2/core/tensor.h:687:17: note: candidate expects 1 argument, 0 pro…
-
**Describe the bug**
When trying to train an RTMDet model of any size using MMDetection on a COCO format dataset, during training the loss and loss_cls parameters will descend as normal, but the loss…