Skip to content

Potentially incorrect order of operations and confusing logic #14

@phzwart

Description

@phzwart

def segment(net, device, inference_loader, qlty_object, tiled_client):

I think it is better to split this function into separate chunks:

  1. one overall function that get a single frame from tiled
  2. ship the frame (or frames) to the segment function. in the segment function we run qlty internally, segment stuff and return back in image in the right shape.
  3. push results back via tiled

I will write step 2 right now

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions