python-esppy
python-esppy copied to clipboard
The ESPPy module enables you to connect to a SAS ESP server, access information about the server, manage and construct projects, and interact with windows in your projects.
When I write these code in : resize = esp.calculate.ImageProcessing(schema=('id*:int64', 'resized:blob'), function="resize", width=200, height=200) resize.set_parameters(function=) But When i save this to an xml. I find "" to ">" . It...
Hi experts, maybe I am wrong but I think there is a bug in the "highlight_image" function used to draw boxes around the detected objects if you are using the...
Hello, When I try to load my project after adding a resizing module to it, I get the following error : > ESPError: load project failed: detectionProject, /tmp/fileN9U6Zi:6:23: error: element...
Right now, when sending data to a publisher, it's all done though CSV strings which each have to be terminated by a newline. It would be nice if it would...
Currently, streaming charts and images are done by pushing the data updates through a Jupyter communicator. This creates a lot of overhead in moving the data across the wire, as...