cqray1990

Results 163 issues of cqray1990

predict next sentence only? it also can process SQA assignments?

Hi is there an difference between boxes = nms_locality.nms_locality(boxes.astype(np.float64), nms_thres) and boxes = lanms.merge_quadrangle_n9(boxes.astype('float32'), nms_thres)? thank you so much

为什么在计算距离阈值大时候,只计算了到缩减框的距离,而没有算到扩张框的距离呢!!谢谢

cosin = (square_distance - square_distance_1 - square_distance_2) / (2 * np.sqrt(square_distance_1 * square_distance_2)) square_sin = 1 - np.square(cosin) square_sin = np.nan_to_num(square_sin) result = np.sqrt(square_distance_1 * square_distance_2 * square_sin / square_distance)...

# Bug Report ### Is the issue related to model conversion? If the ONNX checker reports issues with this model then this is most probably related to the converter used...

bug
converters

### Provide environment information /anaconda3/bin/python Python 3.6.7 labelme 5.0.1 ### What OS are you using? ubantu 16 ### Describe the Bug labelme can not input chinese, only English ### Expected...

bug

**bug描述** 请描述该bug。 **如何复现** 复现步骤: 1. 步骤1xxxx 2. 步骤2xxxx 3. 步骤3xxxx 4. 看,错误就是这个...... **预期结果** 请描述你原本期望的结果是什么。 **截图** 如果有必要的话,请添加截图。 **如果使用的是MLab HomePod,请填写** - 宿主机 cpu/ram/cuda设备: [比如. intel i9-9820X/32GB/RTX2080ti ] - 宿主机操作系统/内核版本/GPU驱动: [比如. ubuntu 20.04/5.4.0-74-generic/460.80...

the imgaug raise AttributeError: module 'numpy.random' has no attribute 'bit_generator' ? i don't know what errors is? can you help me,thank you