Add files via upload#90
Draft
vijayiyer05 wants to merge 1 commit intomainfrom
Draft
Conversation
Update & streamline data streaming logic: implment simple/direct streaming & stub code for later datastore implementaiton
Collaborator
Author
|
This is what I got ready for today's workshop. This re-implements the data streaming/framing logic from the current version from last year. Feedback requested & appreciated on this interim state. Two things remain:
For #2, my instinct is to either run from the begining or to give a range of allowable start frames for the inference "streaming" loop. |
Collaborator
|
Well it is my understanding that the networks needs 60 frames as input and will generate the "missing" center frame between 1-30 and 31-60, right? If you start at frame 1 of the stack, are you using frames 1-60 as input? |
Collaborator
|
That is my recollection. There won't be output from the first 30 frames because you need 30 frames in the past to predict the center. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update & streamline data streaming logic: implment simple/direct streaming & stub code for later datastore implementaiton