![]() |
Extension updates - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Extensions (https://litdev.uk/mybb/forumdisplay.php?fid=3) +--- Thread: Extension updates (/showthread.php?tid=104) |
Extension updates - litdev - 07-15-2024 Updated a couple extensions available through SB-Prime Extension Manager. SmallBasicANN - Added intellisense and some additional reporting during (through ANNProgress event) and after training (GetWeights). The main ANN algorithm is unchanged. LitDev - Added methods to detect text and images within another larger image, examples (text in image JLVQ434.000, uses pre-trained ANN by tesseract OCR) (image in image VXDM285.000). RE: Extension updates - z-s - 07-15-2024 Extremely Happy to see this moment. Now SB is taking steps in machine learning. RE: Extension updates - AbsoluteBeginner - 07-15-2024 (07-15-2024, 09:30 AM)litdev Wrote: Updated a couple extensions available through SB-Prime Extension Manager. I'm shocked! Guys, I am so jealous of you! While I am solving my small household problems, you are doing such interesting things. ![]() RE: Extension updates - z-s - 07-16-2024 got this error in LDImage:TTVQ909.000 RE: Extension updates - litdev - 07-16-2024 ZS, Obviously I don't have your images, this looks like expected result to me - finding image with high similarity factor and position. Check the Return intellisense for this command. RE: Extension updates - z-s - 08-06-2024 I saw today litdev extension size cross 45 mb thats why my small basic is opening so slow can we make the size smaller by breaking extension in parts RE: Extension updates - litdev - 08-06-2024 (08-06-2024, 08:44 AM)z-s Wrote: I saw today litdev extension size cross 45 mb thats why my small basic is opening so slow can we make the size smaller by breaking extension in parts Yeah - I know it is a big download and file, partly because it holds lots of other dlls internally. I don't really want to break it up and maintain lots of bits - that's why it is just one dll to keep track of it and not have lots of extra bits needed for different features. If you want to break it up for your purposes then feel free! |