I2D-LocX / sample.py
xubo3's picture
Upload I2D-LocX code and sample data
c6bd79b verified
Raw
History Blame Contribute Delete
121 Bytes
from core.tester import Tester
def main():
tester = Tester()
tester.run()
if __name__ == "__main__":
main()