Skip to content
Snippets Groups Projects
Commit 208daae5 authored by Franck Galpin's avatar Franck Galpin
Browse files

correct default HOP model type

parent b58e8dce
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
#define NN_HOP_UNIFIED 1
#if NN_HOP_UNIFIED
using TypeSadlHOP=float;
using TypeSadlHOP=int16_t;
#define NN_HOP_UNIFIED_FORCE_USE 1 // for debug of stage 1
#define NN_HOP_UNIFIED_TEMPORAL_FILTERING 1 // hop temporal filtering
#define NN_HOP_RDO 1 // hop rdo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment