These 6 commits are when the Protocol Buffers files have changed:
Commit: | 34f91b0 | |
---|---|---|
Author: | johannabar |
Global renaming from 'DL' to 'ML' - Replace 'DL' (Deep Learning) by 'ML' (Machine Learning) in all files
The documentation is generated from this commit.
Commit: | a4eff50 | |
---|---|---|
Author: | johannabar |
Major refactor of the plugin - Extract model operations to a new DLClientModelManager class - Add dynamic button option. If an object called PythonScript is created when pressing a button, this script is executed inside Nuke - Modify message.proto to allow sending back general purpose objects (ex: PythonScript) together with images - Rename densepose vis.py file to visualisation.py - Update and add comments - Reformat to correct naming conventions and Python PEP conventions
Commit: | b4d589d | |
---|---|---|
Author: | johannabar |
Converting DLClient from Iop to PlanarIop + Server/Client error handling Converting the DLClient plugin from Iop to PlanarIop using full frame rendering. Modify message.proto to send an optional error message and handle error from server to client
Commit: | 316fb44 | |
---|---|---|
Author: | johannabar |
Set pyyaml version to 3.13 and modify files accordingly Because latest pyyaml version (5.1) fails to read the configuration yaml files of mrcnn and densepose
Commit: | 863c908 | |
---|---|---|
Author: | johannabar |
Compile protobuf messages with cmake Create message.pb.cc and message.pb.h from message.proto file using the protobuf version found on the computer.
Commit: | a331c39 | |
---|---|---|
Author: | johannabar |
Initial commit