MCPcopy Create free account
hub / github.com/Inception3D/TTT3R / main

Function main

demo.py:512–520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

510
511
512def main():
513 args = parse_args()
514 if not args.seq_path:
515 print(
516 "No inputs found! Please use our gradio demo if you would like to iteractively upload inputs."
517 )
518 return
519 else:
520 run_inference(args)
521
522
523if __name__ == "__main__":

Callers 1

demo.pyFile · 0.70

Calls 3

parse_argsFunction · 0.85
run_inferenceFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected