├── LICENSE ├── README.md ├── _v_images ├── 20191116195804171_10635.png ├── 20191116214742584_27076.png ├── CNN oriented fast HEVC intra CU mode decision.pptx └── model.pptx ├── hevc_encoder_model.pt ├── test RD-cost ├── TAppEncoder.exe ├── config │ ├── bitstream.cfg │ └── encoder_intra_main.cfg └── test_rdcost.py ├── test_accuracy.py └── train.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/README.md -------------------------------------------------------------------------------- /_v_images/20191116195804171_10635.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/_v_images/20191116195804171_10635.png -------------------------------------------------------------------------------- /_v_images/20191116214742584_27076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/_v_images/20191116214742584_27076.png -------------------------------------------------------------------------------- /_v_images/CNN oriented fast HEVC intra CU mode decision.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/_v_images/CNN oriented fast HEVC intra CU mode decision.pptx -------------------------------------------------------------------------------- /_v_images/model.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/_v_images/model.pptx -------------------------------------------------------------------------------- /hevc_encoder_model.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/hevc_encoder_model.pt -------------------------------------------------------------------------------- /test RD-cost/TAppEncoder.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/test RD-cost/TAppEncoder.exe -------------------------------------------------------------------------------- /test RD-cost/config/bitstream.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/test RD-cost/config/bitstream.cfg -------------------------------------------------------------------------------- /test RD-cost/config/encoder_intra_main.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/test RD-cost/config/encoder_intra_main.cfg -------------------------------------------------------------------------------- /test RD-cost/test_rdcost.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/test RD-cost/test_rdcost.py -------------------------------------------------------------------------------- /test_accuracy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/test_accuracy.py -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wolverinn/HEVC-CU-depths-prediction-CNN/HEAD/train.py --------------------------------------------------------------------------------