81 Topics

Member Avatar for
Member Avatar for threedslider

Hello to all, I am developer of C++ (intermediate by self-taught) and I would like to have some friends here to make as fun learning and to exchange some knowledge in C++ and Computer graphic, are you agreed on that ? :) Thank you !

Member Avatar for threedslider
1
52
Member Avatar for usmanmalik57

In my previous article, I explained how to fine-tune [OpenAI GPT-4o model for natural language processing tasks](https://www.daniweb.com/programming/computer-science/tutorials/542333/how-to-fine-tune-the-openai-gpt-4o-model-the-wait-is-finally-over). In OpenAI DevDay, held on October 1, 2024, OpenAI announced that users can now fine-tune OpenAI vision and multimodal models such as GPT-4o and GPT-4o mini. The best part is that fine-tuning vision …

Member Avatar for RKE2
2
307
Member Avatar for usmanmalik57

On September 25, 2024, Meta released [the Llama 3.2 series of multimodal models](https://ai.meta.com/blog/llama-3-2-connect-2024-vision-edge-mobile-devices/). The models are lightweight yet extremely powerful for image-to-text and text-to-text tasks. In this article, you will learn how to use the Llama 3.2 Vision Instruct model for general image analysis, graph analysis, and facial sentiment prediction. …

3
431
Member Avatar for usmanmalik57

In one of my previous articles, I explained [how to generate stunning images for free using diffusion models](https://www.daniweb.com/programming/computer-science/tutorials/541898/generate-stunning-ai-images-for-free-using-diffusion-models) and showed how to generate Stability AI's diffusion models for text-to-image generation. Since then, the AI domain has progressed considerably, particularly in image generation. Black Forest Labs has released [Flux.1 series of …

Member Avatar for autowrecking
3
309
Member Avatar for usmanmalik57

## Introduction ## In a previous article, I explained [how to fine-tune the vision transformer model for image classification in PyTorch](https://www.daniweb.com/programming/computer-science/tutorials/540749/fine-tuning-vision-transformer-for-image-classification-in-pytorch). In this article, I will explain how to fine-tune the pre-trained OpenAI Whisper model for audio classification in PyTorch. Audio classification is an important task that can be applied …

Member Avatar for meyerrluanna
3
2K
Member Avatar for usmanmalik57

In my article on [Image Analysis Using OpenAI GPT-4o Model](https://www.daniweb.com/programming/computer-science/tutorials/542030/image-analysis-using-openai-gpt-4o-model), I explained how GPT-4o model allows you to analyze images and answer questions related images precisely. In this article, I will show you how to analyze images with the [Anthropic Claude 3.5 Sonnet](https://www.anthropic.com/news/claude-3-5-sonnet) model, which has shown state-of-the-art performance for …

2
242
Member Avatar for Johannes C.

**Alexander De Ridder, AI visionary and CTO of SmythOS, discusses the transformative power of specialized AI systems and the future of human-AI collaboration.** ![header-agi-talks-adr.jpg](https://static.daniweb.com/attachments/4/cf1ab716c18354710010dabb4e9e2a9a.jpg) In the newest interview of our AGI Talks series, **Alexander De Ridder** shares his insights on the potential impacts of Artificial General Intelligence (AGI) on business, …

1
338
Member Avatar for Johannes C.

**From the White House's new AI strategy to Neuralink's latest brain chip breakthrough—explore mind-blowing developments in the world of tech and AI in the first month of 2024.** ![neuralink-scenario.jpg](https://static.daniweb.com/attachments/4/0f2b2bf71435ce660119b1e9a0ea9126.jpg) In many ways, 2023 was the year of AI, marked by astonishing advancements and large-scale adoption. Now, 2024 is shaping up …

2
237
Member Avatar for usmanmalik57

Facial emotion detection, as the name suggests, involves detecting emotions from faces in images or videos. Recently, I was working on a facial emotion detection task and came across the DeepFace library that implements various state-of-the-art facial emotion detection models. However, in my experience, the performance of the DeepFace library …

Member Avatar for peol
3
507
Member Avatar for usmanmalik57

In this tutorial, you will learn to fine-tune a [Hugging Face Transformers model](https://huggingface.co/docs/transformers/index) for video classification in PyTorch. The Hugging Face documentation provides an example of performing video classification using the Hugging Face Trainer with one of Hugging Face's built-in datasets. However, the process of fine-tuning a video transformer on …

2
432
Member Avatar for usmanmalik57

Understanding facial expressions is crucial for various tasks, from recognizing emotions to enhancing security measures. While extracting faces from pictures is easy, doing the same in videos is tricky. Imagine creating videos with only highlighted facial expressions, offering a unique perspective on human interactions. Various tools are available for face …

1
2K
Member Avatar for usmanmalik57

## Introduction ## In the realm of computer vision, [Vision Transformers (ViTs)](https://arxiv.org/abs/2010.11929) revolutionized image processing by employing self-attention mechanisms, allowing for a non-sequential analysis of images. ViTs are instrumental in capturing intricate patterns and long-range dependencies, making them invaluable for tasks like image recognition and object detection. Hugging Face, a …

1
1K
Member Avatar for Neil_12

When it comes to digital marketing trends, there are so many areas to keep up with that it can often be overwhelming for an entrepreneur of any kind. It doesn’t matter what kind of industry you are in - the truth is that every business is focused on their online …

Member Avatar for robertcoble
3
5K
Member Avatar for pwolf

I am interested in technology, however I do not wish to go to university and after stumbling upon the MIT Challenge, I have taken it as a proof of concept. Clearly education is changing, and I would like to take a less traditional route. But before I go too far, …

Member Avatar for bendunk71
0
328
Member Avatar for liye_wu
Member Avatar for Jack Tarsh

I thought this would be a great place to post this opportunity for someone to join my start-up which is developing revolutionary technologies. Currently, we're developing software which takes advantage of apple's new Lidar technology. We are looking for a talented developer/ computer scientist to join our team for a …

Member Avatar for rproffitt
0
90
Member Avatar for happygeek

The Google Glass wearable computing 'enhanced reality' project got off the ground this week at the Google I/O Developers Conference in San Francisco earlier this week. Around 6,000 developers were present to see a demonstration of the futuristic technology which integrates a small video-display suspended from the arm of the …

Member Avatar for helenspencer
2
977
Member Avatar for GGGraham

This tutorial is meant to be a helpful guide in order to successfully **create a tripwire application in C# which can be used for security purposes.** At the beginning you can find the background information to be fully familiar of the subject of this implementation. After this, we will put …

0
291
Member Avatar for mattybennett

Hi all, Ok - there's nothing like a BIG challenge to start off my exploration into programming. Given that I'm a complete newbie with more build errors than a builder having a bad day (bad pun!), what I'm really looking for is someone to hold my hand a bit and …

Member Avatar for joel.queiroz
0
2K
Member Avatar for ben25x

Hey guys, I'm using OpenCV to get an image from my webcam and then run it through code. It's supposed to be live feed, and I got this code from an online tutorial (somewhat revised): #include <stdio.h> #include <stdlib.h> #include <opencv/cvaux.h> #include <opencv/highgui.h> //opencv libraries #include <opencv/cxcore.h> CvCapture* camCapture; //opencv …

Member Avatar for ben25x
0
384
Member Avatar for ben25x

Hi, I'm trying to start a project with computer vision. I have a video recorder that gives its live output in the AV yellow/red cables. I am asking how in the world to somehow get those to come into the PC, preferrably through the USB port, so that I can …

Member Avatar for Rik_
0
110
Member Avatar for happygeek

Almost exactly a year ago I was writing about [the development of Google Glass](http://www.daniweb.com/hardware-and-software/pc-hardware/monitors-displays-and-video-cards/news/426788/no-google-glass-for-most-developers-until-2014) here at DaniWeb. In the meantime, the project has turned into a reality and [actual product has got into the hands of reviewers](http://www.pcpro.co.uk/features/380401/before-iwatch-and-google-glass-wearable-computing-milestones-and-failures/2) and some lucky users with $1,500 to spare. This would all be much …

Member Avatar for LastMitch
1
644
Member Avatar for happygeek

![d00fc54d0b7ab0ed6b842c7f569d351b](/attachments/small/0/d00fc54d0b7ab0ed6b842c7f569d351b.jpg "align-right") My attention was first drawn to the VerticalMouse when I received a press release from Dutch computing ergonomic specialists [BakkerElkhuizen](http://www.bakkerelkhuizen.com/). Founded in 1994 by 'movement scientists' and ergonomists, BakkerElkhuizen is committed to linking the human being and their computers in a more natural way. The latest development from …

Member Avatar for happygeek
3
465
Member Avatar for e.pol

First, i'm sorry for my english is not well. I'm Thai. Over 8 years that's i was a member of this site. but forgot the user/password over 2 years. I'm graduated in major of electronics, and self learning about x-86-asm, Z80, MCS-51, ansi-c, php debian linux, VB6. And self learning …

Member Avatar for cproger
0
108
Member Avatar for carl.chisholm

Hi there everyone, my laptop began behaving strangely last week or so, and I've exhausted my limited knowledge of computers but to no avail. Im hoping someone on here my be able to provide some assistance, as I see you've managed to help a lot of other people. Right, I'll …

Member Avatar for coroneshotel2
0
601
Member Avatar for danibootstrap

Hi, I came across this amazing new project that "Parallela" super computer for 99$ by adapteva. Imagine that you can get a 45 Ghz computer for just 99$. This will revolutionze super computer at home for a hobbyist, the geek programmer and even massivley effect college education and research. It …

0
73
Member Avatar for BobGenghis

I've been plagued by multiple viruses for a few weeks reinstalling themselves, slow internet speed, and intermittant audio ads played through Windows Explorer while I am connected to the internet. Malwarebytes Anti-Malware 1.62.0.1300 www.malwarebytes.org Database version: v2012.08.05.07 Windows 7 Service Pack 1 x64 NTFS Internet Explorer 9.0.8112.16421 no :: NO-PC …

Member Avatar for JorgeM
0
348
Member Avatar for anuran
0
159
Member Avatar for BlackJavaBean

I'm trying my hand at OpenCV and have run into a problem that Dr. Google hasn't been able to help me out with. According to O'Reilly, the following code should play an AVI file in a window the program creates. [CODE] #include "highgui.h" #include <stdio.h> int main( int argc, char** …

Member Avatar for nhadley
0
663
Member Avatar for 47pirates
Member Avatar for Classified64

Hello Before I start I'd like to show you this [URL="http://www.daniweb.com/hardware-and-software/microsoft-windows/viruses-spyware-and-other-nasties/threads/165724"]thread[/URL], which is basically the same problem as I had/have. What happens is the fans starts getting louder and louder, which means they're running faster... eventually my computer just starts slowing down and become unusable. I haven't gotten to that …

Member Avatar for Rik_
0
370
Member Avatar for abhijit4569

Hello everyone, I need best books by best authors on following subjects. Money not a constraint. All subjects are from Computer Science. If you know whose books for the subjects is the best please comment below the name of the book and Author name. Thanks in Advance. Mathematical foundations Mathematical …

0
67
Member Avatar for flipboi15

hey guys, I play need for speed world and yesterday my brother was using my computer and when I play games it lags. Im sure its a virus because when I woke up this morning there were ads on my screen. Here are the logs you requested. GMER does not …

Member Avatar for crunchie
0
518
Member Avatar for Twiggy159

A couple weeks ago my computer was hit with the "Windows Repair" virus that said my hard drives were crashing. I managed to get rid of that but it seems that now every once in a while Internet Explorer will pop up with a random link to anywhere, such as …

Member Avatar for jholland1964
0
416
Member Avatar for Wkb9008

I'm having this problem I'm sure many people have had before me, but i haven't been able to get rid of it. Not sure if this is the same thing, but my computer also gets the error "the service cannot accept control messages at this time." here's my hijackthis log: …

Member Avatar for Wkb9008
0
195
Member Avatar for Hell Bomb

ok, whenever i make my browser smaller then like 900px wide it will push the footer image to the right but when the browser is nice and big it will display perfectly fine, any ideas? I only put in the css that you should need, but if you want all …

Member Avatar for drjohn
0
426
Member Avatar for homeryansta

Greetings fellow programmers! I'm doing a computer vision project in my AI class and am looking for some tips. My task is to read a bitmap into memory and alter that image file and find an object within it. In my case, I'm searching for a box that appears in …

Member Avatar for Taywin
0
149
Member Avatar for digital11

Hi. I've been having this problem with Firefox & Chrome where searches are taking me to wrong sites. I've done everything as required with Gmer, Malwarebytes etc. Here are the logs:- GMER One log: GMER 1.0.15.15281 - [url]http://www.gmer.net[/url] Rootkit quick scan 2010-09-20 19:25:09 Windows 6.1.7600 Running: 0g2vzqhn.exe; Driver: C:\Users\BOBBYD~1\AppData\Local\Temp\kwkirpoc.sys ---- …

Member Avatar for crunchie
0
366
Member Avatar for ejohns85

Hello, I am using the computer vision libraries in OpenCV - if anybody is familiar with these then maybe you can help ;) I am trying to estimate the fundamental matrix between two images, using cvFindFundamentalMat(). I have created two matrices representing points in the left (points1) and right (points2) …

Member Avatar for daviddoria
0
158
Member Avatar for greekdrummer

I am grateful first to be asking for help. You guys have helped in the past, and I'm most appreciative. Earlier this week, Probably Wednesday, I got something nasty one of my two computers, I don't know which, but What ever it was, it gave away my World of Warcraft …

Member Avatar for jholland1964
0
236
Member Avatar for notws

Not sure if this is a virus, a trojan, or just my windows corrupt, but a number of strange annoying things are happening: -Computer hangs for 30 secs after windows logo on a black screen, just before logon. -Whenever I try to delete or move a file it does not …

Member Avatar for notws
0
198
Member Avatar for kneine

Hi everyone, this is my first time posting and I been surfing through the internet for days and weeks but found no solution to my problem. I'm currently using window 7 and First is that my IE 8.0 is not working meaning it just cannot find any webpages but my …

Member Avatar for kneine
0
124
Member Avatar for Silvershaft

I got 10mb connection with 1mb upload, it started few days ago getting VERY slow on evenings, night and morning but its normal on day Upload speed is usually around 800 but then its like 10 somehow. It is really hard to play with that, this morning I checked upload …

0
98
Member Avatar for mahesh kumar

hi i m mahesh i want to knw about the project on media player[QUOTE=mattybennett;660156]Hi all, Ok - there's nothing like a BIG challenge to start off my exploration into programming. Given that I'm a complete newbie with more build errors than a builder having a bad day (bad pun!), what …

-2
55
Member Avatar for SasseMan

Hello! I am a student from Stockholm, Sweden studying Computer Science at KTH (Translation, RIT - Royal Institute of technology), and I have about a year left to get my masters degree. My concentration is on Autonomous Systems where it mostly comes down to computer vision (Object detection, computer geometry …

Member Avatar for cuinee
0
94
Member Avatar for khess

I saw a netbook at a discount chain store the other day that I want. It's an [URL="http://us.acer.com/acer/product.do?link=oln24g.redirect&changedAlts=&kcond5e.c2att92=843&CRC=2745306029"]Acer Aspire One[/URL]. It has 1GB RAM and a 160GB Hard Drive for $296. Awesome deal. The problem, at least for me, is that it comes standard with some whittled down version of …

Member Avatar for wonderbird
0
451
Member Avatar for newsguy

The Opera client used to be universally recognized as the alternative browser to Internet Explorer, and then along came Firefox and stole all the alternative browser thunder - and how. But the fat lady is still singing, and to prove it has released the [URL="http://www.opera.com/dragonfly/"]Opera Dragonfly[/URL] to debug web pages, …

0
143
Member Avatar for Dave Sinkula

For better or worse, first impressions tend to be lasting ones. But the world does not stand still, so occasionally it may be a good idea to reevaluate things you already think you know. My earliest impression of “chat” was formed during my days as a single guy in the …

Member Avatar for joshSCH
0
198
Member Avatar for happygeek

Well the spec is hardly earth shattering for starters, a clock speed of 1GHz, 256MB of DDR memory and a 40GB hard drive. No Intel Inside either, or AMD for that matter. Instead your cheap PC will be driven by the BLX Godson CPU, a chip whose architecture is very …

0
138
Member Avatar for SergioEspaillat

Thank You For Reviewing My issue First of All. I Had This Issue For An Amount Of time Now, And I refuse to got to microsoft Because they think I have all the time in the world With the calling back Escalating Nonsense. Heres a Brief Desc. The Bluescreen Comes …

Member Avatar for jholland1964
0
319

The End.