Skip to content

Commit

Permalink
maybe speed up infernece?
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed May 15, 2024
1 parent 2087cd2 commit a520ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torch/RenderCUDA.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def FFmpegOut(self):

#frame = np.ascontiguousarray(frame)
self.main.imageDisplay = frame
self.writeProcess.stdin.buffer.write(frame.tobytes())
self.writeProcess.stdin.buffer.write(frame)


class Interpolation(Render):
Expand Down

0 comments on commit a520ed4

Please sign in to comment.