This tool transforms image sequence data into 3D objects.
Basically pip install requirements.txt
Manually you can download via links: Python/ Blender/ SpriteTool
Go to SpriteTool and make all images side-by-side
Or you can use imageconcatenate.py after editing path.(Images are in the file must be in-order!)
Open blender and go to scripting area
Change Render method to CYCLES,you can write this in command line in blender bpy.context.scene.render.engine = 'CYCLES'
Click folder button and find VolumeRenderingTool.py.Then run it.
Go to Layout menu and you can see Volume Rendering Tool in right bar.
Select file,color and how many images did you use ,then select a cube in 3D Viewport menu and click ChangeMaterial.
I used datasets from Finnish Inverse Problems Society
This tool based on PGMath's Stackoverflow answer.