thandal

Results 25 comments of thandal

I think I used (from my branch) captions_to_gt_for_eval.py -- to convert clipcap-style caption files to ground-truth coco-caption eval style. And then ran the eval code from https://github.com/EricWWWW/image-caption-metrics, with a patch:...

> can anyone could tell me from where I can get oscar_split_ViT-B_32_train.pkl file See https://github.com/rmokady/CLIP_prefix_caption/blob/main/README.md#coco-training

Thank you! I had seen that note, but somehow didn't associate it with this problem! This lets me build Calibration.ino. But I still can't build miniFlow, myPalletizerFlow, or MainControl, which...

Related to https://github.com/elephantrobotics/myCobot/issues/25, this doesn't quite seem to be the right version of the library. For example, miniRoboFlow now fails with: C:\Users\XXX\Documents\Arduino\libraries\MyCobotBasic\examples\miniRoboFlow\Information.cpp: In member function 'void Connect::testServo(MyCobotBasic&)': Information.cpp:76:13: error: 'class...

Note that this issue affects 0.17.0, and appears to have already been fixed in 0.18.dev0 (head).

Or maybe the ZEO is right, but the AZEO has the typo? I'm not sure!

I think this is just a bug. When reset() is called, onChange gets called twice for FormBuilderDropdown widgets: first with the correct (original) value, then with the incorrect (current value)....

... which is the same issue mentioned here: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues/1371

Version info: OS: Windows 11 build 22631 Architecture: x86_64 Version: 1.0.0.39109 (Git) Conda Build type: Release Branch: (HEAD detached at 1.0.0) Hash: 2fcc5317fe3aee96ca73475986a577719fc78e20 Python 3.11.10, Qt 5.15.15, Coin 4.0.3, Vtk...

Understood. I guess the only thing CfdOF could do would be to default to 1 thread on Windows, out of an abundance of caution. But if it's all going to...