Giter Site home page Giter Site logo

deep_tool's Introduction

deep_tool

深度学习工具脚本(含自己编写和整理),基本都不能直接运行,只是为了存储API

目录

借用pycharm的工作区,把.pkl可视化

import os
import pickle
import pandas as pd

path='name.pkl'
tool=pd.read_pickle(path)

print(tool.shape)

mmaction项目的,基于骨骼的视频可视化

vis_skeleton.py 代码整理+可真实运行,支持gym和ntu两个数据集,每次需要把另一个注释掉

mmaction项目的,基于骨骼的视频【批量】可视化

vis_skeleton_bupt8.py 遇到数据集的许多问题,解决方案目前有:

  • 注释帧长度相同的assert
  • 针对视频和.pkl包含的数据,不完全相同的问题,设置else分支
  • 将问题视频录入error_list,先跳过不处理,运行结束后在命令行输出,推荐开tmux看下

deep_tool's People

Contributors

shumil573 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.