Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new SVG donot work #22

Open
VivienFu opened this issue May 15, 2020 · 4 comments
Open

new SVG donot work #22

VivienFu opened this issue May 15, 2020 · 4 comments

Comments

@VivienFu
Copy link

I create a new svg like this:
create a new file, import skeleton.svg, draw a character on the skeleton, then save svg to illustration folder.

drop my svg to https://pose-animator-demo.firebaseapp.com/camera.html
the character didnot change to mine, when I drop your illustration to pose-animator-demo, it works normally.

my svg:

<title>background</title> <title>Layer 1</title>
@micaelillos
Copy link

+1 Had the same problem

@VivienFu
Copy link
Author

VivienFu commented May 15, 2020

I solve it by adjusting the svg by text editor,
copy (g id="skeleton_1_"> ....... (/g> (I change the < to ( here, because text will disappear with it) from girl.svg to my svg below (g id="illustration_1_">.......(/g>

@magdesign
Copy link

magdesign commented May 21, 2020

objects_inkscape
Solved it with opening one of the .svg files from /resources/illustration folder and modifying it in Inkscape and then save it on same name.

@magdesign
Copy link

magdesign commented Dec 14, 2020

I am wondering if someone has made a fork and optimized the code ?
After opening the boy.svg, deleting the illustration and adding my own character, it does not seem to render all layers and behaves very laggy:

boy
aniamted

Would be really nice to get some more inputs, tips and tricks...

some things I found:
https://gfx.cs.princeton.edu/pubs/Willett_2020_PPS/pose2pose.pdf
https://dvirsegal.medium.com/estimating-partial-human-poses-d1548a4a9080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants