摘要:
今天写个脚本用到正则表达式,查阅了资料加问了gpt老师终于解决,在此记录。 以及未来的正则表达式都放在这便于查阅。 记录正则表达式有用的用法: 1、匹配指定了前后文的字符串 如我们需要匹配'on the one hand'中的'one',而不要'on the other hand'中的'other' 阅读全文
摘要:
在win10下想测试mmpose的环境,选择Res50在coco上跑。结果出现了如下bug OverflowError: Python int too large to convert to C long . . . [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 阅读全文
摘要:
以configs\body\2d_kpt_sview_rgb_img\deeppose\coco\res50_coco_256x192_rle.py为列 learning policy 等待补充~ model setting model的设置 # model settings model = dic 阅读全文