GithubHelp home page GithubHelp logo

dvampire / autogui Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 34.71 MB

License: Apache License 2.0

Python 6.40% JavaScript 0.03% TypeScript 0.11% HTML 0.01% SCSS 0.01% Shell 0.01% Jupyter Notebook 93.45%

autogui's Introduction

AutoGUI

conda create -n autogui python=3.9
pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117
conda activate autogui

1. download mmocr checkpoints
cd playground

mkdir checkpoints
mkdir checkpoints/mmocr

1.1 down dbnet++ checkpoint, URL: https://drive.google.com/file/d/1r3B1xhkyKYcQ9SR7o9hw9zhNJinRiHD-/view?usp=share_link
mv db_swin_mix_pretrain.pth checkpoints/mmocr
1.2 down regnet checkpoint
wget -O checkpoints/mmocr/abinet_20e_st-an_mj_20221005_012617-ead8c139.pth https://download.openmmlab.com/mmocr/textrecog/abinet/abinet_20e_st-an_mj/abinet_20e_st-an_mj_20221005_012617-ead8c139.pth


2. download sam checkpoints
cd sam

mkdir checkpoints

2.1 download sam checkpoint, URL: https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth
mv sam_vit_h_4b8939.pth checkpoints/


3. pip
pip install -r requirements.txt

4.run test
cd tools/
python mmocr_inference.py
python sam_inference.py
python scripts.py

autogui's People

Contributors

dvampire 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.