Тёмный
Nicolai Nielsen
Nicolai Nielsen
Nicolai Nielsen
Подписаться
Welcome to my AI and Computer Vision Channel! We are going over some cool things on this channel with main focus on hardcore AI, ML, and Computer Vision. I'm doing both theoretical and project based videos. Visit my AI Career Program at: www.nicolai-nielsen.com/aicareer
YOLOv10 Object Tracking in 2 Minutes
3:51
14 дней назад
How To Get Started With Investing
4:37
Месяц назад
Day in Life as an AI Engineer - Coding Vlog
9:58
2 месяца назад
Комментарии
@Md_Naushad_
@Md_Naushad_ 2 часа назад
NICE VLOG
@torispadewtd5494
@torispadewtd5494 4 часа назад
🔥🔥🔥💯🥂🥂
@hieungantran4683
@hieungantran4683 10 часов назад
Thank you so much, I did It
@fajrihanggi9759
@fajrihanggi9759 День назад
i alrd follow step by step but this eror said ScannerError: while scanning a simple key in "<unicode string>", line 11, column 1: test:/content/dsfs-8/test/images ^ could not find expected ':' in "<unicode string>", line 12, column 1: train:/content/dsfs-8/train/images i dont even know where is line 12 and how i check it
@AbhijitDas-t5o
@AbhijitDas-t5o День назад
@NicolaiAI, where can i get this whole working code?
@gctk24
@gctk24 2 дня назад
can you export the tracked data to , for example blender?
@XRunesRS
@XRunesRS 2 дня назад
I found the most success by downloading "Anaconda3-2022.05-Windows-x86_64.exe" from the archives. This is the version he was using at the time. Numpy version 1.26.4
@taufiqahmed2738
@taufiqahmed2738 3 дня назад
Hi can you make a video on how to prune and quantize yolov8 model after training it on custom dataset?
@NicolaiAI
@NicolaiAI 3 дня назад
Yeah will do that!
@thehulk0111
@thehulk0111 3 дня назад
and it does not build one single opencv_worldXXX.lib , it builds many _worldXXX.lib like this opencv_world_AVX.vcxproj -> E:\cuda opencv\build\modules\world\opencv_world_AVX.dir\Release\opencv_world_AVX.lib
@thehulk0111
@thehulk0111 3 дня назад
new video please with opencv 2022 because 2019 is not supported anymore and i cant even download it
@ahmedgaber8819
@ahmedgaber8819 3 дня назад
thank you sir for amazing video , so can we use this to identify spoofing , if yes how can dedicated value to assume this is spoofing
@clafflin493
@clafflin493 3 дня назад
I tried it. The UX experience sucks and it’s UI. Using it on iPad safari and it overflows. Not a good experience.
@SlfgjkAldfjgf
@SlfgjkAldfjgf 4 дня назад
How to set the augmentation paramters? # Load the pretrained YOLOv8 model model = YOLO(model_path) # Use the .pt file for pretrained weights # Define custom augmentation parameters augmentation_params = { 'degrees': 19, # Rotation in degrees 'translate': 0.1, # Translation as a fraction of image size 'scale': 0.5, # Scaling factor 'shear': 2.0, # Shear angle in degrees 'perspective': 0.0, # Perspective transformation 'flipud': 0.5, # Vertical flip probability 'fliplr': 0.5, # Horizontal flip probability 'mosaic': 1.0, # Mosaic augmentation probability 'mixup': 0.2, # Mixup augmentation probability 'hsv_h': 0.015, # HSV hue augmentation 'hsv_s': 0.7, # HSV saturation augmentation 'hsv_v': 0.4, # HSV value augmentation } # Additional training parameters training_params = { 'data': dataset_path, # Path to your dataset 'imgsz': 640, # Image size 'augment': True, # Enable augmentation 'patience': 10, # Early stopping patience 'save_period': 1, # Save the model after every epoch 'save': True, # Enable saving of model checkpoints 'resume': True, # Resume training from the last checkpoint 'project': save_dir, # Directory to save the project **augmentation_params # Include custom augmentation parameters } # Train the model with custom parameters model.train(**training_params) This didn't work.
@danielcu96
@danielcu96 4 дня назад
Awesome video Nicolai, a few years ago it would have been unimaginable to have such a powerful model available. I'm sure it will be able to increase productivity of teams that are working on annotation and other computer vision fields through the roof!
@hakankosebas2085
@hakankosebas2085 4 дня назад
could you make tutorial setup video of label studio sam segmentation? I kind of messed up while installing it
@NicolaiAI
@NicolaiAI 4 дня назад
Will cover SAM2 much more in future videos!
@hakankosebas2085
@hakankosebas2085 4 дня назад
@@NicolaiAI thank you
@NicolaiAI
@NicolaiAI 4 дня назад
Segment Anything 2 with Encord: encord.com/blog/sam2-now-in-encord/?
@memetlola8817
@memetlola8817 4 дня назад
████████▀▀▀████ ████████────▀██ ████████──█▄──█ ███▀▀▀██──█████ █▀──▄▄██──█████ █──█████──█████ █▄──▀▀▀──▄█████ ███▄▄▄▄▄███████
@ltpool0_0
@ltpool0_0 5 дней назад
13:49 isn't the green box the oriented box and not the red one?
@bennguyen1313
@bennguyen1313 5 дней назад
Is pipreqs smart enough to analyze my python script and determine that some imports are not actually used, and therefore won't add it to the requirements txt? I'd like to find a way to give it a script and have it report the versions the user will need.. ONLY for the packages that are used somewhere in the code!
@AlirezaFazeli-i7y
@AlirezaFazeli-i7y 6 дней назад
How can I use gelan-c or gelan-e in Python? not cli
@yasin6904
@yasin6904 6 дней назад
Would it be possible to label events? For example, a highway camera and labelling where it's should label it as "traffic_congestion"?
@NicolaiAI
@NicolaiAI 6 дней назад
Yeah that would just be classification if u want to assign a label to the whole image
@krishnamurthy-ng3fb
@krishnamurthy-ng3fb 7 дней назад
Is it possible to calculate exact depth for the image let say path hole
@mootal2812
@mootal2812 7 дней назад
Wow cool 😎
@NicolaiAI
@NicolaiAI 7 дней назад
Thanks man!
@MatthewBreithaupt
@MatthewBreithaupt 7 дней назад
Well that's easy when your income is 3.3x your expenses
@NicolaiAI
@NicolaiAI 7 дней назад
My expenses are set based on my income
@Mica_No
@Mica_No 8 дней назад
what about live video detection?
@Ishaheennabi
@Ishaheennabi 8 дней назад
great video
@NicolaiAI
@NicolaiAI 8 дней назад
Thanks man!
@NicolaiAI
@NicolaiAI 8 дней назад
Join My AI Career Program www.nicolai-nielsen.com/aicareer Enroll in the Investing Course outside the AI career program nicolai-nielsen-s-school.teachable.com/p/investment-course Camera Calibration Software and High Precision Calibration Boards camera-calibrator.com/
@ZEMOOnePlus
@ZEMOOnePlus 8 дней назад
How to save files
@thisisdinhtuans
@thisisdinhtuans 8 дней назад
What monitor are you using?
@NicolaiAI
@NicolaiAI 8 дней назад
Huawei mateview 28”
@thaimeuu
@thaimeuu 9 дней назад
Hi, when we start training, I notice yolov8n.pt is downloaded every time, can you tell me why is that?
@faizkhan2861
@faizkhan2861 9 дней назад
mf said he will put the links on the desc, where tf is it ? bish ahh
@respawn_101slab2
@respawn_101slab2 9 дней назад
Server is client, client is server...
@Heavenlight100
@Heavenlight100 10 дней назад
great video thank you
@NicolaiAI
@NicolaiAI 8 дней назад
Thanks for watching!
@AbdulRehman-ze1hc
@AbdulRehman-ze1hc 10 дней назад
Sir as a ai engineer fresher graduate how much salary gets as a fresher graduate in dubai
@NicolaiAI
@NicolaiAI 6 дней назад
Hard to say but very competitive space. I only recommend doing freelance or working remotely with your own business
@mjlr4369
@mjlr4369 11 дней назад
Appreciate your effort , this motivate us by type few lines in yolov10 and get the object detected, Kindly make a video so that one can manually selecting the the desired object to be selected from drone-nvidia jetson etc And put some free videos of yolov10 course on youtube, so that aftwr watching and satisfying we will definitely buy ur course
@raviozde
@raviozde 11 дней назад
In order for me to study artificial intelligence engineering at university in Turkey, I, who am currently going to high school 3, need to work more than 10 hours a day for 2 years...that's sadd, I hope ,it's worth it... :(
@abhinavmohan2657
@abhinavmohan2657 11 дней назад
Hey, can I use Open3D for Custom object detection for AR? Can you please guide me as to how that could be done?
@avikarefin7137
@avikarefin7137 12 дней назад
Did you export for Android?
@mrortach
@mrortach 12 дней назад
I trained my own model but I'm getting errors. OSError: [WinError 126] The specified module could not be found. Error loading ".conda\envs\yolov10x_derin\Lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.
@mrortach
@mrortach 11 дней назад
Pytorch was missing.
@rodrigoskohl
@rodrigoskohl 8 дней назад
@@mrortach Install Microsoft.VCRedist.2015+.x64 with winget, and downlaod dll libomp140.x86_64 and put on Windows/System32
@Jodyyce
@Jodyyce 12 дней назад
Bro doesn’t eat all day
@NicolaiAI
@NicolaiAI 12 дней назад
One meal mid of the day and one in the evening
@Manikandan-op4yb
@Manikandan-op4yb 12 дней назад
where to get BYTETracker and StrongSORT folders? in github i dont find the directories like you have in video.
@rohanpokale4651
@rohanpokale4651 12 дней назад
Can anyone give link for Yolov9 Segmentation colab notebook
@z0rocity735
@z0rocity735 12 дней назад
Hey Nicolai, it seems like you forgot to provide the following file to the GitHub repo pertaining to this example: "forzen_inference_graph.pb". Both the txt files are present but not the pb file. Would it be possible for us to get said file?