ginr-ipc
ginr-ipc copied to clipboard
The official implementation of Generalizable Implicit Neural Representations with Instance Pattern Composers(CVPR’23 highlight).
Hi, I notice that you only use Transformer to generate the parameters of an MLP with ReLU activation. I wonder whether we can use Transformer to generate the parameters of...
Dear authors, are the trained model checkpoints, corresponding to the results in the paper, published somewhere? Best regards
In the current commit, every execution should call the `create_transform` function at the in `/src/datasets/__init__.py`. However, in NVS experiments, we do not need to have this function, so that we...