https://github.com/awreed/Neural-Volumetric-Reconstruction-for-Coherent-SAS
Tip revision: 007dfc65380872d7ae27477eff7e7b5cbb766f71 authored by Albert on 27 October 2023, 21:59:43 UTC
Added scripts and documentation for lower memory GPUs
Added scripts and documentation for lower memory GPUs
Tip revision: 007dfc6
setup.py
from setuptools import setup, find_packages
setup(name='neural-volume-sas',
version='1.0',
install_requires=['commentjson', 'scipy', 'tqdm', 'matplotlib',
'pyqtgraph', 'PyQt6', 'PyOpenGL', 'opencv-python-headless', 'PyMCubes',
'tensorboard', 'PyQt5', 'h5py', 'bs4', 'gdown', 'trimesh', 'Rtree',
'pandas', 'open3d', 'pytorch3d', 'fvcore', 'iopath', 'PyWavefront', 'pyrender'],
packages=find_packages())
