MSE-CNN Implementation 1
Code database with the implementation of MSE-CNN, from the paper 'DeepQTMT: A Deep Learning Approach for Fast QTMT-based CU Partition of Intra-mode VVC'
Loading...
Searching...
No Matches
Functions
create_labels_with_channels Namespace Reference

Functions

 main ()
 

Detailed Description

@package docstring 

@file create_labels_with_channels.py 

@brief Transform raw data into sequential data structures for both luma and chroma channels 
 
@section libraries_create_labels_with_channels Libraries 
- dataset_utils
- sys

@section classes_create_labels_with_channels Classes 
- None 
@section functions_create_labels_with_channels Functions 
- main()
 
@section global_vars_create_labels_with_channels Global Variables 
- None 

@section todo_create_labels_with_channels TODO 
- None 

@section license License 
MIT License 
Copyright (c) 2022 Raul Kevin do Espirito Santo Viana
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

@section author_create_labels_with_channels Author(s)
- Created by Raul Kevin Viana
- Last time modified is 2023-01-29 22:23:10.674046

Function Documentation

◆ main()

create_labels_with_channels.main ( )