Upload predicted_humans data
This commit is contained in:
parent
8eb224a13f
commit
6db571c517
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue