07 2021 档案

【PyTorch基础】将pytorch模型转换为script模型
该文被密码保护。

posted @ 2021-07-30 14:36 鹅要长大 阅读(1595) 评论(0) 推荐(0)

【python基础】labelme工具的解析
摘要:前言 问题: (labelme) xxx@xxx:~/xxx/labelme2dataset/anno$ labelme_json_to_dataset 0.json [INFO ] font_manager:_rebuild:1337 - generated new fontManager [IN 阅读全文

posted @ 2021-07-08 09:09 鹅要长大 阅读(763) 评论(0) 推荐(0)

【pytorch基础-error】RuntimeError: stack expects each tensor to be equal size
摘要:问题 File "/home/xxx/miniconda3/envs/open_mmlab/lib/python3.8/site-packages/torch/utils/data/_utils/collate.py", line 55, in default_collate return torc 阅读全文

posted @ 2021-07-08 09:06 鹅要长大 阅读(11689) 评论(0) 推荐(0)

【linux基础 】批量处理labelme的json数据
摘要:前言 方法一:直接使用python脚本处理; 可以查看 labelme_json_to_dataset 的源码; 方法二:使用labelme自带的labelme_json_to_dataset,基于shell脚本处理; shell: #! /bin/bash dir=`ls /home/xxx/wo 阅读全文

posted @ 2021-07-07 19:17 鹅要长大 阅读(441) 评论(0) 推荐(1)

【软硬件环境安装】openMMLab的软件环境搭建
摘要:使用conda安装虚拟环境 首先,需要安装NVIDIA驱动和Conda工具; conda create -n open_mmlab python=3.8 -y conda activate open_mmlab conda install pytorch=1.6.0 torchvision cuda 阅读全文

posted @ 2021-07-07 19:12 鹅要长大 阅读(542) 评论(0) 推荐(0)

导航