Results 8 comments of Jack Cai

I am having the same issue

I believe you can replace that value with `None` to train from scratch

I currently have fork here https://github.com/JackCai1206/openvslam that implements some pybind11 bindings around system.h. It's really messy right now, since this is only made for a another project I'm working on....

here are all the bindings, its very incomplete and is just a start https://github.com/JackCai1206/openvslam/blob/master/python/bindings.cc, right now I can only feed frames into the slam object and get camera pose. Looking...

Sounds good I can try to make a PR here. I am training a model to solve integer addition problems, and it uses simple character-level tokenization. Maybe it is possible...

@AHassouneh, our app does not use IndoorAtlas' native waypoint system. Instead you would need to go into the app and configure nodes and paths in the manage nodes page. First...

Is the model capable of doing object detection? Can I finetune this model to do basic object detection?

You might be able to get more imformation about the error by setting the environment variable `export NCCL_DEBUG=INFO`