For more information, see our paper on arXiv.
In general, scripts can be run with the following command structure:
python SPDER_[media].py <file_path> <architecture>
or
python SPDER_[media].py <object_of_the_file> <architecture>
For instance, to run the SPDER_image_batched.py
script on an object named 'camera' with architecture 'SPDER', use:
python SPDER_image_batched.py camera SPDER
Replace [media]
in the above commands with the appropriate media type you are using. <file_path>
and <object_of_the_file>
should also be replaced with the actual path to your file or the object name in your file respectively. <architecture>
should be replaced with SPDER/SIREN/RELU/RELU_PE (positional encoding)