# RA-GCNv2 **Repository Path**: guo_jiajun/RA-GCNv2 ## Basic Information - **Project Name**: RA-GCNv2 - **Description**: RA-GCNv2: implemented by PyTorch - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-07-12 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## to visualize masks of each stream - change dataset paths in `gen_data.py`, run `python gen_data.py` - copy `2001_2s_RA-GCN_NTUcs.pth.tar` and `2002_3s_RA-GCN_NTUcs.pth.tar` to directory `models` - to visualize mask of 2001, run: ``` python main.py -c 2001 -ex -v ``` ![](./resources/2001.png) - to visualize mask of 2002, run: ``` python main.py -c 2002 -ex -v ``` ![](./resources/2002.png)