This repository was archived by the owner on Jan 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
This repository was archived by the owner on Jan 10, 2025. It is now read-only.
Question about dataset split #13
Copy link
Copy link
Open
Description
Hi,
I download your snowyKITTI dataset and have two questions about it.
- Could you tell me how the snowyKITTI is divided into 1-6
subsets
. More specifically , which sequences are corresponding to those subsets? - Which sequences in the snowyKITTI are corresponding to
train
,validation
andtest
set. How should I split the total 26 sequences of snowyKITTI to reproduce the results inTable 2
?

I saw that you divided the snowyKITTI as follows, why didn't you use all 26 sequences of snowyKITTI dataset?
4DenoiseNet/logs/2023-1-17-08:49/data_cfg.yaml
Lines 35 to 74 in ea08238
split: # sequence numbers | |
train: | |
# - 0 | |
# - 1 | |
## - 2 | |
## - 3 | |
## - 4 | |
- 5 | |
- 6 | |
- 7 | |
## - 8 | |
## - 9 | |
## - 10 | |
## - 17 | |
## - 15 | |
- 16 | |
- 21 | |
## - 20 | |
## - 12 | |
valid: | |
# - 3 | |
# - 8 | |
- 9 | |
- 11 | |
- 12 | |
- 13 | |
- 14 | |
test: | |
# - 11 | |
# - 12 | |
# - 13 | |
# - 14 | |
- 15 | |
# - 16 | |
# - 17 | |
# - 18 | |
# - 19 | |
# - 20 | |
# - 21 | |
# - 22 |
wyw-dlut and cp3cp
Metadata
Metadata
Assignees
Labels
No labels