MotionGPT icon indicating copy to clipboard operation
MotionGPT copied to clipboard

Why add to the head and tail of the motion string?

Open SatireY opened this issue 2 years ago • 0 comments

motion_string.append( (f'<motion_id_{self.m_codebook_size}>' + ''.join([f'<motion_id_{int(i)}>' for i in motion_list]) + f'<motion_id_{self.m_codebook_size + 1}>')) Why add it? <motion_id_{self.m_codebook_size}>; <motion_id_{self.m_codebook_size + 1}>

SatireY avatar Nov 27 '23 11:11 SatireY