For what do you guys use vision in those models? surveillance is the obvious use case... but are there some "nicer" ways to use it?
DeepSeek-v4-flash-vision-exp
41–50 of 169 posts
Re: DeepSeek-v4-flash-vision-exp
#42For what do you guys use vision in those models? surveillance is the obvious use case... but are there some "nicer" ways to use it?
The obvious use case, especially on HN, is frontend dev of any kind at all. The second most obvious one is OCR of paper documents.
Re: DeepSeek-v4-flash-vision-exp
#43For what do you guys use vision in those models? surveillance is the obvious use case... but are there some "nicer" ways to use it?
The obvious use case, especially on HN, is frontend dev of any kind at all. The second most obvious one is OCR of paper documents.
Re: DeepSeek-v4-flash-vision-exp
#44For what do you guys use vision in those models? surveillance is the obvious use case... but are there some "nicer" ways to use it?
Re: DeepSeek-v4-flash-vision-exp
#45Earlier quoted context omitted.
The obvious use case, especially on HN, is frontend dev of any kind at all. The second most obvious one is OCR of paper documents.
Frontend Dev? I do not really understand. do you let the models analyze the webpages you are working on? or for testing?
Re: DeepSeek-v4-flash-vision-exp
#46Earlier quoted context omitted.
For most use cases you can fix that in the harness. Just give the model a tool to request a crop of specific coordinates of any image it has in its context. Call the tool "zoom" and it should be intuitive for the model Maybe there are some use cases where you need high detail everywhere at once, but for OCR of small text and the like a zoom ability should be sufficient
For really dumb models I've also had success automatically cropping it into a grid of N images with the max size, then processing each cell individually, then once all been processed, do one final call with resized image + all other context previously generated per cell. Basically a workaround to the image dimension restrictions without loosing fidelity. Works well with even dumb 7B models. Can't remember if I stole…
Re: DeepSeek-v4-flash-vision-exp
#47For what do you guys use vision in those models? surveillance is the obvious use case... but are there some "nicer" ways to use it?
Re: DeepSeek-v4-flash-vision-exp
#48Earlier quoted context omitted.
The obvious use case, especially on HN, is frontend dev of any kind at all. The second most obvious one is OCR of paper documents.
Frontend Dev? I do not really understand. do you let the models analyze the webpages you are working on? or for testing?
Re: DeepSeek-v4-flash-vision-exp
#49Re: DeepSeek-v4-flash-vision-exp
#50Earlier quoted context omitted.
The obvious use case, especially on HN, is frontend dev of any kind at all. The second most obvious one is OCR of paper documents.
but for OCR there are much better suited models, I use mlx-community/PaddleOCR-VL-8bit