CVHub

Results 147 comments of CVHub

Hi, @bitsun: Thank you for reaching out. Upon further investigation, I have found that the current image, which might include internal rotation, does not seem to be the root cause...

Thank you for sharing this valuable feedback. I believe there might be a gap between them, and I will take some time to figure it out.

> _No description provided._ 您好,可以在服务器端运行,转换到本地端口,但这样可能会很卡。

> 在win10上安装运行一切正常,在win7上pip install -r requirements.txt后直接运行app.py会显示找不到anythinglabel,安装后打开app.py会直接出现anythinglabel的界面而非x-anythinglabel 您好,可执行`pip unisntall anylabeling`后再次运行 python anylabeling/app.py.

Hey there! Right now, there isn't a built-in way to add output fields to label files, so you'll need to tweak the code a bit to make that happen. I...

您好,修改源码需要涉及几处改动: 1. https://github.com/CVHub520/X-AnyLabeling/blob/main/anylabeling/views/labeling/shape.py 2. 您的模型推理文件中的predict_shapes() 3. https://github.com/CVHub520/X-AnyLabeling/blob/main/anylabeling/views/labeling/label_file.py 更具体地,我之前添加过一个difficult参数,你可以搜下对应的commit记录,看下增加字段涉及哪些地方。

您好,这个网页端是有点问题,本地的话是正常的。后面抽空再改改,感谢你的建议。

Hi @dejun219: Just wanted to let you know that the feature request for displaying the confidence score has been implemented and pushed to the remote repository. Now, you can now...

Hello @doskid, could you please share with me the version of X-AnyLabeling that you are currently utilizing?

As a note, ensure that you are using the most current version of the X-AnyLabeling repo to leverage the latest enhancements and bug fixes. This often helps in resolving unexpected...