-
这个模型 https://github.com/PaddlePaddle/PaddleClas/blob/release/2.1/docs/zh_CN/application/transfer_learning.md
页面里面有个.pdparams文件
根据这个文档 https://github.com/PaddlePaddle/Paddle2ONNX/blob/release/0.6/R…
cww97 updated
5 months ago
-
I have ran the training of the network with VOC dataset as shown in the repo and ran the inference like shown. The results which I have got were not matching with that shown in the paper, they were ve…
-
安装PaddleSlim develop分支,或PaddleSlim2.1版本(预计5月20日前发布)。
在PaddleClas路径下执行以下命令,验证PaddleClas中所有模型的剪裁效果(仅计算FLOPs, 不重训模型):
```
find configs/ -name *.yaml | xargs -i python tools/prune.py -c {}
```
以上命令…
-
## 📚 Documentation Improvements
### In short
**Concerning:** https://detectron2.readthedocs.io/en/latest/tutorials/configs.html
**Problem**: Documentation does not seem to have been updated to re…
-
Any help please
Command
`(venv) C:\sd\vid2densepose>python -m pip install git+https://github.com/facebookresearch/detectron2.git#subdirectory=projects/DensePose
`
```
Collecting git+https://g…
-
I follow [installation Doc](https://mmdetection.readthedocs.io/en/latest/get_started.html#installation
) ,and failed
```shell
mim download mmdet --config yolov3_mobilenetv2_320_300e_coco --dest .…
-
Did anyone try this using a camera for real time tracking? What's the FPS like? Is this implementation viable for a real time scenario or is the FPS really low?
-
I have tried to train detectron2 using LazyConfig on single GPU but I encountered `File "/home/user/.conda/envs/default/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py", line 358, in…
-
Hey, I need to install detectron2 on my MacOS 10.15.7 system. Unfortunately, the following issue occurs.
## Instructions To Reproduce the Issue:
1. Full runnable code or full changes you made:…
ghost updated
9 months ago
-
I have created an exe with pyinstaller and with torch, torch vision modules along with detectron2. But while running the exe, it is throwing the following error.
FileNotFoundError: [WinError 3] The…