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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ttcv-1.0.14-cp36-cp36m-manylinux1_x86_64.whl.
File metadata
- Download URL: ttcv-1.0.14-cp36-cp36m-manylinux1_x86_64.whl
- Upload date:
- Size: 8.2 MB
- Tags: CPython 3.6m
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67c7faf45ab825427acad72fe774dedb1d63b1a675b66049196532d2c2182455
|
|
| MD5 |
d72978f74b9662362a27ce909c7824e7
|
|
| BLAKE2b-256 |
86dfb7a12706344179a5092cfda3e210b536306a37da8f9ae44decc6911ae3a7
|