Skip to content

ziyeshanwai/convert_objs_to_abc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert_objs_to_abc tool

This is a tool which is to convert obj sequences to abc file. This code is based on Alembic Library. I uploaded the builded lib in lib directory.(the lib is build in windows 7 64 bit system)

useage

how to compile

clone the code to local, and open it in vs 2019, compile, done!

how to use

befor using, shold know following:

  • Let the obj sequence name like 0000.obj 0001.obj and so on
  • Let the obj sequence have the same topology

usage download Release.zip and unzip.

Objs2Abc.exe -i <objs_directory> -o <output_name.abc> -f <framerate>

example

Objs2Abc.exe -i ..\..\head-poses -o output.abc -f 24

result: