-
When trying to launch the `segnet` node using the `ros_deep_learning` package with the following command:
```bash
roslaunch ros_deep_learning segnet.ros1.launch input:=v4l2:///dev/video4 output:=dis…
-
How to fine-tune with the model in model zoo?
-
Any suggestions how to fix this where the number of dets is too high?
```
2022-03-09 13:07:03,081 - mmdet - INFO -
+--------+-----+-------+--------+-------+
| class | gts | dets | recall | ap…
-
Hello,
I have one application using Spatio temporal action detection using AVA.
So the algorithm has slowfast and ava head.
I like to convert to ONNX and TensorRT.
Now the algorithm is not listed …
-
Hi,
I'm trying to use MMTrack on a custom dataset organized as COCOVideo Dataset as shown in the documentation. But when running the tools/test.py script I get an error because the "results" variab…
-
When I use the `detectnet . /1.mp4` command, the following problem occurs:
```
[gstreamer] gstreamer message warning ==> qtdemux1
[gstreamer] gstreamer qtdemux1 ERROR Internal data stream error.
[…
-
I'm training on a custom dataset. I followed the steps for custom dataset and created a train_annotation.pkl file. I have saved the images and train_annotation.pkl file in data folder. This data folde…
-
Hello!
Thank you for providing code, it gives a chance to fully understand how model works.
I have several questions about constants mentioned in body_uv_rcnn_heads.py file. They have no descrip…
-
I add the no object image to train PointRend model, but sometime i get the runtimeError even set FILTER_EMPTY_ANNOTATIONS=False.
I guess this error occurs because all image with no object are sampled…
-
在4卡3090中,batchsize设置为1,训练基于Swin-L主干的模型,在冻结了主干的前提下,训练COCO一个epoch需要9小时,正常吗?