Closed chenmingxiang110 closed 2 years ago
line 97 in hawp/parsing/detector.py where ".reshape(128,-1,32)" should probably change to ".reshape(self.dim_loi, -1, self.n_pts0)" in case the dim_loi and n_pts0 are changed to different values.
line 97 in hawp/parsing/detector.py where ".reshape(128,-1,32)" should probably change to ".reshape(self.dim_loi, -1, self.n_pts0)" in case the dim_loi and n_pts0 are changed to different values.