You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to test the network on the GPU 0,1,2,3 with `snapshot_20.pth.tar`. `--gpu 0,1,2,3` can be used instead of `--gpu 0-3`.
143
140
144
141
`$DB_SPLIT` is one of [`val`,`test`].
145
142
*`val`: The validation set. `Val` in the paper.
146
143
*`test`: The test set. `Test` in the paper.
147
144
148
-
149
-
`$SUBSET` is one of [`all`, `human_annot`, `machine_annot`].
150
-
*`all`: Combination of the human and machine annotation. `(H+M)` in the paper.
151
-
*`human_annot`: The human annotation. `(H)` in the paper.
152
-
*`machine_annot`: The machine annotation. `(M)` in the paper.
153
-
154
145
## Results
155
146
Here I provide the performance and pre-trained snapshots of InterNet, and output of the [RootNet](https://github.com/mks0601/3DMPPE_ROOTNET_RELEASE) as well.
0 commit comments