├── LICENSE ├── README.md ├── datasets.py ├── lib └── lib.rar ├── main.py ├── model.py └── vis_tools.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiawj-hub/MAGIC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiawj-hub/MAGIC/HEAD/README.md -------------------------------------------------------------------------------- /datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiawj-hub/MAGIC/HEAD/datasets.py -------------------------------------------------------------------------------- /lib/lib.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiawj-hub/MAGIC/HEAD/lib/lib.rar -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiawj-hub/MAGIC/HEAD/main.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiawj-hub/MAGIC/HEAD/model.py -------------------------------------------------------------------------------- /vis_tools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xiawj-hub/MAGIC/HEAD/vis_tools.py --------------------------------------------------------------------------------