Loading [MathJax]/extensions/tex2jax.js
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'
All Classes Namespaces Files Functions Variables Pages
Functions
encode_dataset Namespace Reference

Functions

 main ()
 

Detailed Description

@package docstring 

@file encode_dataset.py 

@brief Encodes a .yuv files using the VTM-7.0 software 
 
@section libraries_encode_dataset Libraries 
- dataset_utils
- sys

@section classes_encode_dataset Classes 
- None 
@section functions_encode_dataset Functions 
- main()
 
@section global_vars_encode_dataset Global Variables 
- None 

@section todo_encode_dataset 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_encode_dataset Author(s)
- Created by Raul Kevin Viana
- Last time modified is 2023-01-29 22:23:10.675039

Function Documentation

◆ main()

encode_dataset.main ( )