You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calculation method of global feature gml_feature (line 193 in video_analyst-master/videoanalyst/pipeline/segmenter_impl/sat_pipeline.py) seems to be different from the SAT paper. It did not use state score but only use confidence score to calculate global feature, and seg_init_feature always account for 50% in the global feature.
Is this because I misunderstood the code or this part of the code does not calculate global features? Or is the part of your code that calculates global features really different from the SAT paper?
The text was updated successfully, but these errors were encountered:
The calculation method of global feature
gml_feature
(line 193 invideo_analyst-master/videoanalyst/pipeline/segmenter_impl/sat_pipeline.py
) seems to be different from the SAT paper. It did not use state score but only use confidence score to calculate global feature, andseg_init_feature
always account for 50% in the global feature.Is this because I misunderstood the code or this part of the code does not calculate global features? Or is the part of your code that calculates global features really different from the SAT paper?
The text was updated successfully, but these errors were encountered: