-
你好,我最近也在用mask rcnn 完成自己的分割项目,但是想替换一下骨干网络你有什么建议吗?
-
## 🚀 Feature
Hi! Is there any milestone or plan to support **ViT Based Mask-RCNN** (from Benchmarking Detection Transfer Learning with Vision Transformers)?
## Motivation & Examples
```
Look…
-
我是在paddleDetection导出的模型
我的导出流程如下:
1.设置配置文件 faster_rcnn_swin_tiny_fpn_3x_coco.yml
export_onnx: True
batch_size: 1
2.运行paddleDetection的export_model.py
!python tools/export_model.py -c configs/fast…
-
Hello, I would like to run faster rcnn on rockpi5b using NPU? is it possible to convert .pth models to .rknn using toolkit?
Thank you for your answer!!
-
在尝试导出onnx格式,出现不支持的OPS:
https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/appendix/model_zoo.md
目标检测模型
![image](https://user-images.githubusercontent.com/99886928/169239432-adf2b2f6-4220-43c…
-
Currently the tracking process described in the README file doesn't work. I had to do the following stept to fix the error:
Replace all occurences of `args.images` in the file `src/spine_detection/…
-
# Christian Mills - Training Keypoint R-CNN Models with PyTorch
Learn how to train Keypoint R-CNN models on custom datasets with PyTorch.
[https://christianjmills.com/posts/pytorch-train-keypoint-rc…
-
Hi
I'm a newbie in AI and i'm using labelbox to create my own dataset (instance segmentation) and the annotation output is a single json file.
The issue that i have is that the model that i'm us…
-
Following up on https://github.com/pytorch/fairseq/issues/759#issuecomment-589498214, it would be great if Faster-RCNN could be used directly, so we could input images instead of pre-computed features…
-
Hi,
Is it possible to release the configuration used in the baseline faster-rcnn 2D detector?
Thanks!