We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just installed per instructions and got this:
kiss_icp\.venv\Lib\site-packages\kiss_icp\datasets\ncd.py:75: SyntaxWarning: invalid escape sequence '\d' regex = re.compile("^cloud_(\d*_\d*)")
Maybe change the regex to a raw string? r"^cloud_(\d*_\d*)"
r"^cloud_(\d*_\d*)"
The text was updated successfully, but these errors were encountered:
You can definetely open a pull request with that, if it works on the NCD dataset we can probably merge it right away ;)
Sorry, something went wrong.
No branches or pull requests
Just installed per instructions and got this:
Maybe change the regex to a raw string?
r"^cloud_(\d*_\d*)"
The text was updated successfully, but these errors were encountered: