Skip to main content

An AI picking package

Project description

VisionUtils

Installation

cd $ROOT
python3 -m pip install -e .

Usage

from ttcv.sensor.realsense_sensor import get_realsense_modules     	# for get realsense

from ttcv.basic.basic_objects import BasObj            			# an example  module
class  TestModule(BasObj):
def load_params(self, args):
    super().load_params(args=args)
    # your initalization here
def gui_run_module(self, inputs=None, method_ind=0):
    if method==0: print('{} method 1 run ...'.format('+'*10))

from ttcv.gui.basic_gui import GuiModule, BasGUI			# call GUI
amodule = GuiModule(module=TestModule, type='test_module', name='Test Module', num_method=1)
BasGUI(title='test GUI', modules=[amodule] + get_realsense_modules())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ttcv-1.0.14-cp36-cp36m-manylinux1_x86_64.whl (8.2 MB view hashes)

Uploaded CPython 3.6m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page