WangQi

Results 4 issues of WangQi

### QPT版本 1.0b4.dev1 ### 操作系统版本 Windows 10 ### CPU型号 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz ### 核心信息填写 我希望实现的功能是:将某个待处理文件拖拽至exe上进行处理。当文件被拖拽到exe上时,可通过sys.argv[1]获取待处理文件路径,将该路径输入到我的业务代码中。 当我在python环境中执行:python main.py path\to\my\file时,此时的sys.argv[1]为path\\\to\\\my\\\file,代码执行正常。 当我在cmd中执行:Debug.exe path\to\my\file时,提示转义符的问题: SyntaxError: (unicode error) 'unicodeescape' codec can't decode...

已加入ToDo
Report

### Describe the bug I can run train_text_to_image_lora.py with dataloader_num_workers=0. But it does not work with dataloader_num_workers>0. ### Reproduction I set dataloader_num_workers=4, here is the ouput. The following values were...

bug

Using custom iou_thrs: ``` evaluation = dict( save_best='auto', interval=interval, dynamic_intervals=[(max_epochs - num_last_epochs, 1)], metric='bbox', iou_thrs=[0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 0.65, 0.7, 0.75]) ``` In coco.py, it says...

### Provide environment information Python 3.12.9 labelme 5.8.1 ### What OS are you using? Windows 10 ### Describe the Bug When I clicked ​on create AI polygon, it crashed. `2025-03-28...