Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 8f6ebc0ecad0eeba61e78371f9e5e33777c52608 authored by Kangxue Yin on 11 September 2020, 06:09:48 UTC, committed by Kangxue Yin on 11 September 2020, 06:09:48 UTC
Update README.md
1 parent ac04d68
  • Files
  • Changes
  • bb27ff6
  • /
  • train.sh
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:8f6ebc0ecad0eeba61e78371f9e5e33777c52608
directory badge
swh:1:dir:bb27ff674a2a88f53859b8d797fc380f560a0a24
content badge
swh:1:cnt:506f15b6d4b706650b6ea1baf9b0aa8edf4fe19a

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
train.sh
### airplane
python -u run.py --mode=train  --train_hdf5='data_hdf5/airplane_train.hdf5'   --test_hdf5='data_hdf5/airplane_test.hdf5' --domain_A=skeleton --domain_B=surface  --gpu=0
python -u run.py --mode=test  --train_hdf5='data_hdf5/airplane_train.hdf5'   --test_hdf5='data_hdf5/airplane_test.hdf5' --domain_A=skeleton --domain_B=surface  --gpu=0 --checkpoint='output_airplane_skeleton-surface/trained_models/epoch_200.ckpt'

python -u run.py --mode=train  --train_hdf5='data_hdf5/airplane_train.hdf5'   --test_hdf5='data_hdf5/airplane_test.hdf5' --domain_A=skeleton --domain_B=scan  --gpu=0
python -u run.py --mode=test  --train_hdf5='data_hdf5/airplane_train.hdf5'   --test_hdf5='data_hdf5/airplane_test.hdf5' --domain_A=skeleton --domain_B=scan  --gpu=0 --checkpoint='output_airplane_skeleton-scan/trained_models/epoch_200.ckpt'

python -u run.py --mode=train  --train_hdf5='data_hdf5/airplane_train.hdf5'   --test_hdf5='data_hdf5/airplane_test.hdf5' --domain_A=scan --domain_B=surface  --gpu=0
python -u run.py --mode=test  --train_hdf5='data_hdf5/airplane_train.hdf5'   --test_hdf5='data_hdf5/airplane_test.hdf5' --domain_A=scan --domain_B=surface  --gpu=0 --checkpoint='output_airplane_scan-surface/trained_models/epoch_200.ckpt'


### chair
python -u run.py --mode=train  --train_hdf5='data_hdf5/chair_train.hdf5'   --test_hdf5='data_hdf5/chair_test.hdf5' --domain_A=skeleton --domain_B=surface  --gpu=0
python -u run.py --mode=test  --train_hdf5='data_hdf5/chair_train.hdf5'   --test_hdf5='data_hdf5/chair_test.hdf5' --domain_A=skeleton --domain_B=surface  --gpu=0 --checkpoint='output_chair_skeleton-surface/trained_models/epoch_200.ckpt'

python -u run.py --mode=train  --train_hdf5='data_hdf5/chair_train.hdf5'   --test_hdf5='data_hdf5/chair_test.hdf5' --domain_A=skeleton --domain_B=scan  --gpu=0
python -u run.py --mode=test  --train_hdf5='data_hdf5/chair_train.hdf5'   --test_hdf5='data_hdf5/chair_test.hdf5' --domain_A=skeleton --domain_B=scan  --gpu=0 --checkpoint='output_chair_skeleton-scan/trained_models/epoch_200.ckpt'

python -u run.py --mode=train  --train_hdf5='data_hdf5/chair_train.hdf5'   --test_hdf5='data_hdf5/chair_test.hdf5' --domain_A=scan --domain_B=surface  --gpu=0
python -u run.py --mode=test  --train_hdf5='data_hdf5/chair_train.hdf5'   --test_hdf5='data_hdf5/chair_test.hdf5' --domain_A=scan --domain_B=surface  --gpu=0 --checkpoint='output_chair_scan-surface/trained_models/epoch_200.ckpt'


### bed
python -u run.py --mode=train  --train_hdf5='data_hdf5/bed_train.hdf5'   --test_hdf5='data_hdf5/bed_test.hdf5' --domain_A=cross --domain_B=surface  --gpu=0
python -u run.py --mode=test  --train_hdf5='data_hdf5/bed_train.hdf5'   --test_hdf5='data_hdf5/bed_test.hdf5' --domain_A=cross --domain_B=surface  --gpu=0 --checkpoint='output_bed_cross-surface/trained_models/epoch_200.ckpt'


### sofa
python -u run.py --mode=train  --train_hdf5='data_hdf5/sofa_train.hdf5'   --test_hdf5='data_hdf5/sofa_test.hdf5' --domain_A=cross --domain_B=surface  --gpu=0
python -u run.py --mode=test  --train_hdf5='data_hdf5/sofa_train.hdf5'   --test_hdf5='data_hdf5/sofa_test.hdf5' --domain_A=cross --domain_B=surface  --gpu=0 --checkpoint='output_sofa_cross-surface/trained_models/epoch_200.ckpt'

The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API