Dushko Klincharov
Dushko Klincharov
Here is another way to deal with cids inspired by @CodeSpoof but using regex. ```python def default_cid_map() -> Dict[int, str]: cid_map = { 34: "?", 97: "~", 108: "ä", 129:...
any update on this feature? @JohannesMunk can you please share the changes in draw.py that you've made?
This is now fixed with #1421
Yes, the fix is [here](https://github.com/NVlabs/instant-ngp/pull/1421/files#diff-31f00059cd1ed0d328e70d7f85c8c908e9252130223c372c3e24397c3ebe06a0)