Dillon Bayless
Dillon Bayless
The build instructions need to get updated as we moved to everything being an ExternalProject. You should be able to just specify `--target AprilTagTrackers` to build a specific one. Or...
it could be because of this #961
A PR that implements what chatgpt does would be neat, https://www.pinecone.io/learn/langchain-conversational-memory/ but that isn't much of an increase. It also has the issue that summarizing usually loses important information, its...
I was able to use `meta_schedule.relax_integration.extract_tasks()` to get task weights, convert to tune context and `tune_tasks` (`tune_tir` calls this) It’s also easy to load the cached pickle from the build...
- [ ] `String fixes` - could you explain what this does? - [x] `remove git submodule --filter=tree:0` - removed as it was unnecessary just for BridgeDriver - [ ]...
> `String fixes` - could you explain what this does? What build flags are you using? there are some utf8 handling changes that have a mess of build flags to...
Which changes should I prioritize so you can start using master?
Maybe this isn't a concern, but could changing the resolution cause the image to be cropped?
some SO questions on camera calibration correctness https://stackoverflow.com/questions/18052337/how-to-verify-that-the-camera-calibration-is-correct-or-how-to-estimate-the-er https://stackoverflow.com/questions/12794876/how-to-verify-the-correctness-of-calibration-of-a-webcam Apparently reprojection error is the best available, besides some visual inspection, very difficult to tell.
Windows and Linux LTO is set here: https://github.com/ju1ce/April-Tag-VR-FullBody-Tracker/blob/7e3f051939eaba4f91041ee4839edcdfd800f10b/AprilTagTrackers/CMakeLists.txt#L134