Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 828 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 828 Bytes

RENNE

Renne still in work...

Links

Put the openpose and pose2seg model in models/

OpenPose

Github: pytorch-openpose

model

Pose2Seg

Github: pose2seg

model

Edge-Connect

Github: edge-connect

model

Run

Test the model
    cd <Work_Directory>
    pip3 install -r requirements.txt
    python3 predict_minimum.py
Test web application
    cd <Work_Directory>
    pip3 install -r requirements.txt
    python3 app.py