-
**Describe the bug**
After training for 1 epoch on my **custom datasets** with **QDTrack**, it started to evaluate CLEAR MOT results. But an error occured `"TypeError: unsupported operand type(s) for…
-
(base) C:\Users\J0hnC0nn0r>..
'..' is not recognized as an internal or external command,
operable program or batch file.
(base) C:\Users\J0hnC0nn0r>cd ..
(base) C:\Users>cd ..
(base) C:\>…
-
我直接編譯 yolo fastest + ncnn 是可以成功運行的,但若使用 QT 編譯 yolo fastest + ncnn
則會出現以下錯誤
"find_blob_index_by_name data failed"
"find_blob_index_by_name output failed"
想請問一下是不是有什麼檔案遺漏的,謝謝。
以下是我的 .pro 檔
QT …
-
## Instructions To Reproduce the 🐛 Bug:
1. Full runnable code or full changes you made:
```
I use the original repo and do not change anything.
```
2. What exact command do you run:
```bash
…
ghost updated
8 months ago
-
## ❓ How to use Detectron2
Questions like:
1. How to do extract the features with detectron2 as shown in your demo? I am using [this config](https://github.com/facebookresearch/detectron2/blob/m…
-
Thank you for this work and research, let's hope FaceBook adopts the changes for the build.
The build and initial tests are working on Windows 10.
-
(davar) hlming@hlmingPC:~/PycharmProjects/DAVAR-Lab-OCR-main$ python ./tools/train.py ./demo/table_recognition/lgpma/configs/lgpma_pub.py
fatal: not a git repository (or any parent up to mount point …
-
Using bash dist_train.sh I get the below error:
Any clue what the root cause of the error is?
*****************************************
CUDA_HOME: /usr/local/cuda-11.0
NVCC: Build cuda_11.0_bu.T…
-
Hello,
I am attempting to prune Faster R-CNN which was created by detectron2, based on the pruning speed_up tutorial.
When I run the code, the program seem to be stuck in the "Dectected conv prune d…
-
train config:
python tools/detection/train.py configs/detection/fsce/coco/fsce_r101_fpn_coco_base-training.py
I want to train my own dataset with mmfewshot, so I modified the categories in BASE_C…