Jihwan Park commited on
Commit
b5fd524
1 Parent(s): eaeddbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -102,7 +102,7 @@ VCOCO
102
  ```
103
  python -m torch.distributed.launch \
104
  --nproc_per_node=8 \
105
- --use_env vcoco_main.py \
106
  --batch_size 2 \
107
  --HOIDet \
108
  --path_id 0 \
@@ -127,4 +127,4 @@ python -m torch.distributed.launch \
127
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
128
  year={2022}
129
  }
130
- ```
 
102
  ```
103
  python -m torch.distributed.launch \
104
  --nproc_per_node=8 \
105
+ --use_env main.py \
106
  --batch_size 2 \
107
  --HOIDet \
108
  --path_id 0 \
 
127
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
128
  year={2022}
129
  }
130
+ ```