happyharrycn / actionformer_release

Code release for ActionFormer (ECCV 2022)
MIT License
415 stars 77 forks source link

我是个新手 请问代码中的points是做什么用的 #115

Closed desti-nation closed 1 year ago

desti-nation commented 1 year ago
# compute the point coordinate along the FPN
# this is used for computing the GT or decode the final results
# points: List[T x 4] with length = # fpn levels
# (shared across all samples in the mini-batch)
points = self.point_generator(fpn_feats)
tzzcl commented 1 year ago

For this part, we generate the point coordinate for feature points in FPN to assign ground-truth instances and perform inferences.

happyharrycn commented 1 year ago

Closed due to inactivity.