-
This is my cmake build.
### my environment
cuda 11.1 / tensorrt 8.0.1.6 / python3.8 / pycharm community (development tool)
### my bashrc is this
`export QT_QPA_PLATFORM_PLUGIN_PATH=/home/User…
-
10/26 11:25:41 - mmengine - INFO - Epoch(val) [2][3400/3402] eta: 0:00:00 time: 0.1484 data_time: 0.0018 memory: 3332
10/26 11:27:48 - mmengine - INFO - Evaluating bbox...
Loading and prepari…
-
I want to add an attention module to ResNet50. How should I change my attention module (source code) and then add it to ResNet50 in mmdetection. Also, my previous models were all using "open- mmlab://…
-
We keep this issue open to collect **documentation** requests from users and hear your voice.
You can either:
- Suggest new **documentation content** or **tutorial** by leaving a comment.
- Vot…
-
Hi,
I noticed this pull request https://github.com/open-mmlab/mmdetection/pull/11280 changes the Albu postprocessing.
In my pipeline results['masks'] can be empty at that stage which results in an…
-
### What is the feature?
When I wrote pipelines involving mmdetection models and mmocr models for object detection/instance segmentation and text recognition respectively it was very conventient to…
-
-
I trained the YOLOX model on a Linux remote server with the following environment:
- mmcv-full 1.7.1
- mmdet 2.28.1
The environment is currently running without any problems on the remote serve…
-
Thanks for your error report and we appreciate it a lot.
REL PATCH
https://github.com/open-mmlab/mmdetection/commit/4a0b0c3143a71de12ad9c127f1cf2dce377bff0c#diff-7fc3906bb14652119559420a7b84aac99…
-
Excuse me, I want to visualize the training process of the custom dataset using wandb, what modifications should be made to achieve it? Thank you for your responses!