dragonmeteor / AnimeDrawingsDataset

A dataset for 2D pose estimation of anime/manga images.
120 stars 12 forks source link

running legacy code after 6 years (solved) #2

Open kex243 opened 3 years ago

kex243 commented 3 years ago

to run this code with Ruby, (seems that docker repo is dead), you will need to before rake command some additional commands: 1) gem install json 2) gem install rails 3) gem install rake (not sure if it is needed for real) and add in the rake lib file in the reqs at the beggining- require 'json'. Now downloadins is on the way. Need to see, if poses will be computed by ImageMagick. Anyway- thanks for a great job DragonMeteor.

HelpSeeker commented 3 years ago

It's been a while since I last used it, but I also had to replace "property" with "name" in the following two lines https://github.com/dragonmeteor/AnimeDrawingsDataset/blob/1b79ae213280a4e5e9997d8d8722a85892e4657a/Rakefile#L60-L61

kex243 commented 3 years ago

It also had some issues with downloading 180 images from set, but it can be solved by manualy downloading them and renaming by id: https://drive.google.com/file/d/1bd5Vqz9_HSDfMlIIpTDIQC_Wu9otpkva/view?usp=sharing renaming property to name let it to initialize ImageMagick, but its command seem to be out of date, and only were making previews. It is possible just to put all 2000 images in "images" folder, html files are generated anyway. To make a dataset "boneless (original)- skeleton only"- maybe to automatize the screenshooting of html pages with and without bones and getting difference between them is easier for me. Ill host it somewere after it. Pity that 80gb "miku miku dance" dataset, which DragonMeteor mentioned on his page and in papers has gone.

tracyqian0720 commented 3 years ago

how do you access the raw images? I want to download the dataset but after i run through Dragonmeteor's instructions the only thing that was in the html files were pictures of skeletons.