Upload predicted_humans data
This commit is contained in:
parent
8eb224a13f
commit
6db571c517
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1,3 +1,4 @@
|
|||||||
samples/generator_config.json filter=lfs diff=lfs merge=lfs -text
|
samples/generator_config.json filter=lfs diff=lfs merge=lfs -text
|
||||||
samples/netD_epoch_2384.pth filter=lfs diff=lfs merge=lfs -text
|
samples/netD_epoch_2384.pth filter=lfs diff=lfs merge=lfs -text
|
||||||
samples/netG_epoch_2384.pth filter=lfs diff=lfs merge=lfs -text
|
samples/netG_epoch_2384.pth filter=lfs diff=lfs merge=lfs -text
|
||||||
|
data/predicted_humans.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1,9 @@
|
|||||||
# Ignore data and samples files
|
# Ignore data files
|
||||||
data/**
|
data/**
|
||||||
|
# Include the final dataset
|
||||||
|
!data/predicted_humans.zip
|
||||||
|
|
||||||
|
# Ignore samples files
|
||||||
samples/**
|
samples/**
|
||||||
# Include the final model weights and config
|
# Include the final model weights and config
|
||||||
!samples/generator_config.json
|
!samples/generator_config.json
|
||||||
|
BIN
data/predicted_humans.zip
(Stored with Git LFS)
Normal file
BIN
data/predicted_humans.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user