File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111DENIED = "Denied"
1212
1313__doc__ = """\
14- RunForeign
14+ RunForeignNb
1515============
1616
17- **RunForeign** runs a foreign tool via sockets.
17+ **RunForeign** runs a foreign notebook via sockets.
1818
1919
20- Assumes there is a server up and running, handshakes, and pings for availability on every validation run of pipeline.
21- Server must be idompotent on both handshake and validation ping.
22- Server provides definition of what run will be.
20+ Assumes there is a notebook running as a server to do the handshake, receive an image, and send back labels.
2321
2422|
2523
3129
3230"""
3331
34- class RunForeign (ImageSegmentation ):
32+ class RunForeignNb (ImageSegmentation ):
3533 category = "Object Processing"
3634
37- module_name = "RunForeign "
35+ module_name = "RunForeignNb "
3836
3937 variable_revision_number = 1
4038
You can’t perform that action at this time.
0 commit comments