WindVChen

Results 7 issues of WindVChen

Hi, I recently did some research on fine-grained classification, and I find that there are only train.txt and test.txt in your directory 'dataset'. Is the 'val.txt' in the code actually...

``As TASN uses "att_grid_generator_cuda" in its code, we should first run "python setup.py build/install". However, in Windows10, we may encounter something wrong. And here is my solution, hope to be...

Hi, I recently did some research on fine-grained classification, and I found that there is a 'val.txt' in your code. Is the 'val.txt' in the code actually the test set...

Hi there, It is really a nice work. I'm very curious about why the `motion dynamics` and `background smoothing` can work and the mechanism behind them. Specifically, since the operations...

I'm trying to visualize the human motions with the given 6D rotation representations in "motions_processed" folder. However, with the following code, the visualization result is quite weird. Could you provide...

Hey, Great job on this! I noticed that the time steps in "1.pkl" in the "motions" folder don't quite match up with "1.npy" in "motions_processed". Any idea what's causing the...

Hi! This is a great library. When importing a .obj file, I noticed that it contains a significant number of redundant vertices and faces. After enabling `merge_norm=True` and `merge_tex=True`, as...