Skip to content

Semiperiodic Damping-Enabled Object Representation. Accepted ICLR 2024 (poster presentation)

Notifications You must be signed in to change notification settings

katop1234/SPDER

Repository files navigation

Paper

For more information, see our paper on arXiv.

Usage

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>

Example

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)

About

Semiperiodic Damping-Enabled Object Representation. Accepted ICLR 2024 (poster presentation)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published