Ajay Unagar

Results 3 issues of Ajay Unagar

Hi Nicholas, Thanks for open-sourcing your code. I am using this method for point-cloud classification problem. I wanted to know what classification head did you use in SHREC'11 dataset? The...

The new numpy release version is not compatible with transformer module in `torch.nn.modules` as described this issue: https://github.com/lpiccinelli-eth/UniDepth/issues/58 This update will keep numpy 1.x (pulling the latest available).

How to reproduce: Install using python `venv` as per instructions in the readme. Running ``python ./scripts/demo.py` gives the following error in `torch.nn.modules.transformer` `UserWarning: Failed to initialize NumPy: _ARRAY_API not found`...