Spaces:
Runtime error
Runtime error
Commit ·
70ade9b
1
Parent(s): 52cddcd
W3d VS Z123
Browse files- .gitignore +3 -1
- config.yaml +2 -2
.gitignore
CHANGED
|
@@ -3,4 +3,6 @@ method_info.json
|
|
| 3 |
cmd.sh
|
| 4 |
eval
|
| 5 |
sync_dataset_image.py
|
| 6 |
-
survey-images
|
|
|
|
|
|
|
|
|
| 3 |
cmd.sh
|
| 4 |
eval
|
| 5 |
sync_dataset_image.py
|
| 6 |
+
survey-images
|
| 7 |
+
post_process.py
|
| 8 |
+
updated_scene_preference_counts.csv
|
config.yaml
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
method_filter:
|
| 2 |
-
- 3dgen_1
|
| 3 |
- 3dgen_2
|
|
|
|
| 4 |
period_upload: 300 # Period (sec) to upload response files in seconds, 300sec=5min
|
| 5 |
period_squash: 43200 # Period (sec) to squash commits in seconds, 43200sec=12h
|
| 6 |
ask_user_id: True
|
| 7 |
id_platform: Prolific
|
| 8 |
-
task:
|
|
|
|
| 1 |
method_filter:
|
|
|
|
| 2 |
- 3dgen_2
|
| 3 |
+
- 3dgen_3
|
| 4 |
period_upload: 300 # Period (sec) to upload response files in seconds, 300sec=5min
|
| 5 |
period_squash: 43200 # Period (sec) to squash commits in seconds, 43200sec=12h
|
| 6 |
ask_user_id: True
|
| 7 |
id_platform: Prolific
|
| 8 |
+
task: Rebuttal_3DGen_Internal
|