yaohungt / Gated-Spatio-Temporal-Energy-Graph

[CVPR'19] [PyTorch] Gated Spatio Temporal Energy Graph
151 stars 25 forks source link

More of a question #9

Closed julesmhad closed 4 years ago

julesmhad commented 4 years ago

is there any way to run the code with half or 1/4 the charades_v1_rgb dataset ?

yaohungt commented 4 years ago

You can modify

https://github.com/yaohungt/Gated-Spatio-Temporal-Energy-Graph/blob/master/datasets/charades.py

to run only 1/4 of Charades.

julesmhad commented 4 years ago

Just to be sure: setting 1/4 of all values of
(1) transforms.resize() input args i.e. 256/224 (2) transform.normalize (3) self.s, self.o, self.v right ?