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)
clone the code to local, and open it in vs 2019, compile, done!
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