-
When I run train_net.py ,it shows this error .Can you tell why ,thanks!
/content/drive/My Drive/BorderDet/BorderDet/tools
pods_test pods_train test_net.py train_net.py
Traceback (most recent cal…
-
### Issue Type
Others
### onnx2tf version number
1.9.12
### onnx version number
1.13.1
### onnxruntime version number
1.13.1
### onnxsim (onnx_simplifier) version number
0.4.17
### tensorflo…
-
Hello. Thank you for your impressive project!
I want to apply DisAlign to classification.
However, an error occurs in the import part.
https://github.com/Megvii-BaseDetection/DisAlign/blob/a2fc3…
-
I want to export the model of DeFCN to onnx to better see the details of this model,so i try to export with add some code ,but get error.
DeFCN/playground/detection/coco/poto.res50.fpn.coco.800size.3…
-
I have done Get Started successfully, but it happened -bash: pods_train: command not found
-
Hi, when i try to run the command 'pods_test' or 'pods_train', i got the error as follow:
Traceback (most recent call last):
File "xxx/cvpods/tools/test_net.py", line 192, in
from config i…
-
Env:
1. **OS version**:CentOS 7
2. **Environment version:** Python 3.6.13 / PyTorch 1.8.0 / CUDA 11.0 / cuDNN version
3. **cvpods version**:commit id : 82374a1fe5c83e16bdd4d07adae2545d51138ef8_…
-
During opening the https://github.com/poodarchu/cvpods/blob/master/docs/tutorials/cvpods%20tutorials.ipynb address, we get the 404 error.
-
您好!
由于cvpods封装程度较高,有些地方没有理解。
请问DeFCN训练时使用的是CrowdHuman中的Visible box还是Full box?
配置文件中num_classes=1,那么类别中的mask是被去除还是转化为person呢?
box的格式是表示xmin,ymin,xmax,ymax两个点的坐标还是中心点坐标与长宽呢?
-
output = _C.border_align_forward(input, boxes, wh, pool_size)
RuntimeError: cuda runtime error (209) : no kernel image is available for execution on the device at /workspace/
BorderDet/cvpods/cvpod…