makao007

Results 8 issues of makao007

在Linux下,有时读取图片失败(默认是opencv), 但用pillow读取图片则是成功的. 下面的代码就是修复这个问题.

Hi, When I try to do a image classification task , the num of classes is 12, not 1000. I need to update the py code set the value to...

>>> import timm Traceback (most recent call last): File "", line 1, in File "/home/ubuntu/.local/lib/python3.11/site-packages/timm/__init__.py", line 2, in from .models import create_model, list_models, is_model, list_modules, model _entrypoint, \ File "/home/ubuntu/.local/lib/python3.11/site-packages/timm/models/__init__.py...

bug

**V version:** 0.4.0 **UI version:** 0.0.4 **OS:** Windows11 **What did you do?** Show Picture with a path contain Chinese **What did you expect to see?** show normal **What did you...

bug

在开发中,遇到一些问题,特此列出来。 --- 1. 用一个listview来加载列表数据,如图书的名称,作者等。我想希望在加载数据的时候,加个ActivityIndicatorIOS来显示正在加载,我的代码如下: ``` ``` 但目前遇到的问题:当成功获取数据后,那个转动的图标会消失,但是那一行空白还是存在的。 问:如何使加载数据后,那一行消失?

Hi, I found the localStorage data missing after I close and reopen the application.