VisualAtom
Documentation for VisualAtom.
⚠ This implementation is unofficial. ⚠
Description
This repository contains Julia implementation of visual_atomic_renderer/render_VisualAtom.py
, originally implemented in Python. The original Python implementation can be found at masora1030/CVPR2023-FDSL-on-VisualAtom
How to use
$ git clone https://github.com/AtelierArith/VisualAtom.jl.git
$ cd VisualAtom.jl
$ make
$ docker compose run --rm shell julia -p auto run.jl
That's it. You'll get VisualAtom_dataset
directory within an hour.
See README.md to learn more.