MCPcopy Index your code
hub / github.com/diffgram/diffgram / interpolate_api_shared

Function interpolate_api_shared

walrus/methods/video/interpolation.py:509–523  ·  view source on GitHub ↗
(
    session,
    project,
    video_file,
    sequence
)

Source from the content-addressed store, hash-verified

507
508# WIP WIP WIP
509def interpolate_api_shared(
510 session,
511 project,
512 video_file,
513 sequence
514):
515 interpolate_diffgram = Interpolate(
516 session = session,
517 log = log,
518 project = project,
519 video_file = video_file)
520
521 interpolate_diffgram.single()
522
523 return jsonify(log = interpolate_diffgram.log), 200
524
525
526# PENDING DEPRECREATION / REMOVAL (In favor of single sequence)

Callers 3

interpolate_apiFunction · 0.85
interpolate_all_framesFunction · 0.85

Calls 2

InterpolateClass · 0.85

Tested by

no test coverage detected