Skip to content

Commit 25f9783

Browse files
author
Ubuntu
committed
update full model
1 parent ea13862 commit 25f9783

File tree

5 files changed

+26
-315
lines changed

5 files changed

+26
-315
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
__pycache__/
22

3+
./data/
34
./checkpoint
45

56
*.pyc

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ PyTorch implementation of Weakly Supervised Keypoint Discovery, Serim Ryou and P
66
3. Train the model with the script:
77

88
```python
9-
python train.py [data_path] --checkpoint [path_to_checkpoint] --gpu [gpu_id] --lr 0.001 --batch-size [batch_size] --nkpts [number of keypoints] --nclass [number of class category]
9+
python train.py [path_to_dataset] --checkpoint [path_to_checkpoint] --gpu [gpu_id] --lr 0.001 --batch-size [batch_size] --nkpts [number_of_keypoints] --nclass [number_of_class_category] --dataset [dataset_name]
1010
```

0 commit comments

Comments
 (0)