Skip to content
Snippets Groups Projects
Select Git revision
  • 704aee6920cb310db123174927b43dc15a5d27f0
  • annotation-on-video default protected
  • demo_ci
  • 3-upstream-01022023
  • master
  • gh3538-captions
  • 16-adapt-for-images-annot
  • 15-api-for-annotations-on-video
  • 15-annotations-on-videos
  • video_for_annotations
  • wip-1-annotations-on-videos
  • 9-videoviewer-tests
  • 9_wip_videotests
  • 6-fix-tests-and-ci
  • _fix_ci
  • wip-webpack-from-git
16 results

CanvasLayers.test.js

Blame
  • cts_generation.py 1.61 KiB
    #!/usr/bin/python3.10
    # -*-coding:Utf-8 -*
    
    #==============================================================================
    # TENET: CTS Generation
    #------------------------------------------------------------------------------
    # Module to generate transduction schemes (CTS) as well-formed SPARQL queries
    #==============================================================================
    
    #==============================================================================
    # Importing required modules
    #==============================================================================
    
    from subprocess import Popen, PIPE
    import os
    
    
    #==============================================================================
    # Parameters
    #==============================================================================
    
    # None
    
    
    #==============================================================================
    # --
    #==============================================================================
    
    # TODO
         
        
        
    #==============================================================================
    # --
    #==============================================================================
        
    # TODO 
       
         
    #==============================================================================
    # Main Function
    #==============================================================================   
    
    def apply(config, work_graph):
        """ apply inference processes on the working graph """
        
        try:
            print("\n" + "[Tenet] CTS Generation")
            print("\n" + "-- *** DEVELOPMENT IN PROGRESS ***")
        
        except:
            print("!!! An exception occurred !!!")