Skip to content

Commit f815961

Browse files
committed
update fctm yaml
1 parent ff49d4b commit f815961

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

cfgs/codec/fctm.yaml

100755100644
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ device:
1414
all: "cpu"
1515
enc: ${codec.device.all}
1616
dec: ${codec.device.all}
17-
1817
mac_computation: False # multipy-accumulate computation
1918

19+
fcm_sample_stream_wrapper_enabled: True
20+
2021
enc_configs:
2122
qp: 27
2223
frame_rate: 30
@@ -30,10 +31,13 @@ tools:
3031
type: 'pre-trained' # by default # or 'bypass'
3132
learned_model:
3233
name: 'light_fedrnet' # fedrnet (m66341) light_fedrnet (m71247)
33-
selective_learning_strategy: False # to (m71203) be True by default for FCTM v6.1.0
34+
selective_learning_strategy: True # to (m71203) be True by default for FCTM v6.1.0
3435
split_ctx: "obj" # or "seg" # or "alt1" or "dn53"
3536

36-
range_based_channel_truncation: False # (m71203) to be True by default for FCTM v6.1.0
37+
channel_removal: # (m71203)
38+
enabled: True # to be True by default for FCTM v6.1.0
39+
period: ${codec.enc_configs.intra_period}
40+
3741
temporal_resampling_enabled: False # (m67615)
3842
# To properly enable Temporal resampling ,
3943
# temporal_resampling_enabled = True and
@@ -54,6 +58,8 @@ tools:
5458
inner_codec:
5559
type: 'vtm'
5660
stash_outputs: True
61+
inner_coding_max_chroma_format: 0 # 4:0:0 only
62+
inner_coding_max_pred_constraint: 1 # Intra + uni-prediction (I, P slices)
5763
enc_configs: ${codec.enc_configs}
5864
codec_paths:
5965
_root: "/path/to/vtm" # of HM, JM...

0 commit comments

Comments
 (0)