Duan Yao
Duan Yao
Test case: http://jsbin.com/lefozusodi/1/edit?html,css,js,output Code: ```html .container { width: 400px; height: 200px; background-color: yellow; display: flex; align-items: center; align-content: flex-start; flex-wrap: wrap; } .child { width: 150px; height: 100px; background-color: blue;...
If the count of ground truth positives of a class is zero, average precision of this class is undefined. Accuracy checker ignores such classes when calculating `coco_*` metrics ( `coco_precision`...
I run accuracy_checker with person-detection-retail-0013/FP32 model on coco val2017 dataset, and the mAP is 47.62%, much lower than the reference(0.8862). What might be wrong? The command and result: ``` (v39)...
I'd like the spec to allow a page to call `requestFullscreen()` on initial load. One of the use case is slide show: slide shows ususally work best in fullscreen mode,...
Version: dev-1-3-a(893831165edd433c12f90417cebe2d89fa5ead01). Code sample: ``` module m1 { function bb() { function aa() { } } function cc() { } var yy = 1; } ``` The outline view has...
Steps to reproduce: * `ln -s nonexists alink` . `nonexists` is a non-existing file. * Create a clean task `cleanBrokenLink: ['alink']` and run it. The output should be: ``` Running...
`CropImage.__call__()` 认为 size 参数的格式是 [w, h]: https://github.com/PaddlePaddle/PaddleClas/blob/ef796960c0e4227db606d7683254a0d6352ef3f5/ppcls/data/preprocess/ops/operators.py#L313-L314 但`CropImage.__init__()` 的注释认为 size 参数的格式是 [h, w]: https://github.com/PaddlePaddle/PaddleClas/blob/ef796960c0e4227db606d7683254a0d6352ef3f5/ppcls/data/preprocess/ops/operators.py#L307-L311 我认为前者可能是反了,因为 [h, w] 格式是更常用的。314行应改为`h, w = self.size`。 我大概看了一下本项目的配置文件,没有在 CropImage 操作中使用 w 和 h 不相等的 size 参数的案例,这个修改应该不会导致兼容性问题,但确实可能影响外部用户。
Currently the start menu shortcuts is always under the `` folder. However some of our users complain that it make little sense and they don't want to remember the company...
Fix #445. Now `--space-as-offset` works on "unicode space" instead of ASCII SPACE before decoding the text. This change should also increases the oppotunities of converting spaces to offsets. However for...
This issue was [reported by alibaba.com](https://security.alibaba.com/blog/blog.htm?spm=0.0.0.0.IYip0H&id=3) and further demostrated [here](http://blog.knownsec.com/2015/11/html5-upload-folder-with-webkitdirectory-phishing/). For those who don't read Chinese, I rephrase this issue as follow: 1. A malicious web page show a button:...