Shaun
Shaun
Traceback (most recent call last): File "cerberus.py", line 118, in check_waf(target, logger_type) File "/mnt/c/Users/xxxx/Downloads/Compressed/Cerberus-master/strike/detect_waf.py", line 16, in check_waf if "=" not in original_target: TypeError: argument of type 'NoneType' is not...
下载时报错,文件数量较多,下载到一半时报错  ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x5bb56b] goroutine 4642 [running]: net.(*Resolver).tryOneName(_, {_, _}, _, {_, _}, _)...
UnboundLocalError UnboundLocalError: local variable 'target_urllist' referenced before assignment
1.0.1版本在pip安装的时候有报错 疑似和numpy存在版本冲突,使用1.1.0后正常
评估时出现错误
### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ### Bug组件 Bug Component Validation ### Bug描述 Describe the Bug ``` Traceback...
### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ### Bug组件 Bug Component Training ### Bug描述 Describe the Bug 在rcnn包含fpn的网络中训练时报错 ```...
**环境描述** 系统: win11 浏览器:谷歌/edge OCS版本:桌面端 2.5.2 页面链接: https://example.com/xxxxxxxxxxxxxxx 尝试使用chrome与edge,均触发 
I am tring to use customer data to train. I convent the data of faces_webface_112x112 and edited the pics. while tring, I met this error: > Traceback (most recent call...
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 在旋转框检测中,使用了切图的方式进行训练。 在预测中发现原图的检测效果不佳,希望使用切图方式预测。 使用deploy/python/infer.py预测,使用参数--slice_infer,但结果的标注框出现异常(见下图) 是否存在已有脚本可实现对旋转框进行切图检测,或在不切图的情况下进行数据集转换与训练 