No video

Detectron2 - Next Gen Object Detection Library - Yuxin Wu

  Рет қаралды 39,176

PyTorch

PyTorch

Күн бұрын

Пікірлер: 30
@magelauditore333
@magelauditore333 4 жыл бұрын
I can go on hearing it for days. Wish someone had told me about the world of ML,DL earlier. Feeling like wasted my 4 year of engineering
@Anonymous-vh9tc
@Anonymous-vh9tc 3 жыл бұрын
At the same time it is also the most OVERHYPED field. A good engineer can learn to take advantage of ML in actual practical applications. And no you don’t need a PhD I math.
@anirudhsilverking5761
@anirudhsilverking5761 3 жыл бұрын
@@Anonymous-vh9tc If you need a good job, I guess you do
@dennismertens990
@dennismertens990 3 жыл бұрын
@@anirudhsilverking5761 you do need math to understand the algorithms. Otherwise, what kind of mediocre engineer would you be? Using algorithms without even having a minimum idea of how they work.
@SuperOnlyP
@SuperOnlyP 3 жыл бұрын
You are not wasting your time. AI is just a tool to combine with other tools.
@robosergTV
@robosergTV 2 жыл бұрын
I mean if for the last 10 years you didnt hear about ML/AI or Deep Learning you must have been living under a rock. Even regular news outlets write about it (often in context of self driving cars etc)
@MinhTran-ew3on
@MinhTran-ew3on 2 жыл бұрын
love the way you answer github issues, ppwwyyxx
@cahanne9411
@cahanne9411 3 жыл бұрын
Can detectron2 be used to classify 3D point clouds Or is it only for 2D images?
@bytblaster
@bytblaster Жыл бұрын
2D only. But you can map your 3D point cloud to multiple 2D images
@JOHN-vb5bh
@JOHN-vb5bh 3 жыл бұрын
Is there anyone who were able to do validation in detectron2 between the training
@gluxodin3523
@gluxodin3523 3 жыл бұрын
when will you add cuda11 and RTX 3000 series Compatability???? Can't wait for using my new RTX 3090.
@PyTorch
@PyTorch 3 жыл бұрын
Hi Glux, PyTorch 1.7 works with CUDA 11 `conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch` or `pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio===0.7.2 -f download.pytorch.org/whl/torch_stable.html`
@ahmadshah661
@ahmadshah661 4 жыл бұрын
any news on nash artheon????? guys i need info on that .. cant find any. help! :(
@somyarani9250
@somyarani9250 4 жыл бұрын
Can I use YOLO model trained on customized data with detectron2 ?
@PyTorch
@PyTorch 4 жыл бұрын
Hi Somya. For help, please join and post in the PyTorch Forums: discuss.pytorch.org
@emilbogomolov5709
@emilbogomolov5709 4 жыл бұрын
Yes, the relevant question is: could we build one-stage detector using detectron2 without changing the source code?
@Ruhgtfo
@Ruhgtfo 4 жыл бұрын
Dayum
@anji.reddy.akkala
@anji.reddy.akkala 4 жыл бұрын
could you please explain how to use new class with pre-trained classes? in future, if i want to add few more classes to trained model, how to do the same?
@PyTorch
@PyTorch 4 жыл бұрын
Hi Anjireddy. For help, please join and post in the PyTorch Forums: discuss.pytorch.org
@anirudhsilverking5761
@anirudhsilverking5761 3 жыл бұрын
5:14, those were direct shots at tensorflow OD API.
@vincentnaayem
@vincentnaayem 2 жыл бұрын
Do a updatable package!!!!! Please!
@crytoy87
@crytoy87 4 жыл бұрын
Can Detectron2 be ran on Raspberry pi ?
@PyTorch
@PyTorch 4 жыл бұрын
Hi Crytoy, for further assistance please join and post in the PyTorch Forums: discuss.pytorch.org
@deepakraj008
@deepakraj008 2 жыл бұрын
Ya it can run.
@Venkateshtanniru9
@Venkateshtanniru9 4 жыл бұрын
I'm looking for more information about detectron2, if you could help me with that it helps me a lot for my project
@PyTorch
@PyTorch 4 жыл бұрын
Hi Tanniru, you can find more information on Detectron2 here: bit.ly/2q1gPRP
@harutmargaryan9980
@harutmargaryan9980 4 жыл бұрын
Can I use Detectron2 with SSD algorithm?
@PyTorch
@PyTorch 4 жыл бұрын
Hi Harut. For help, please join and post in the PyTorch Forums: discuss.pytorch.org
@JOHN-vb5bh
@JOHN-vb5bh 3 жыл бұрын
Can anyone give suggestions or instructions on integrating this code with detectron2 official code. I had done from detectron2.engine import MyTrainer from detectron2.engine import LossEvalHook and trainer = MyTrainer(cfg) in my training scripts But getting an error TypeError Traceback (most recent call last) in 21 22 os.makedirs(cfg.OUTPUT_DIR, exist_ok=True) ---> 23 trainer = MyTrainer(cfg) 24 trainer.resume_or_load(resume=False) 25 trainer.train() TypeError: 'module' object is not callable Please help me to solve this problem
Privacy Preserving AI - Andrew Trask, OpenMined
16:03
PyTorch
Рет қаралды 20 М.
Using Machine Learning with Detectron2
36:46
Meta Open Source
Рет қаралды 44 М.
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 4,3 МЛН
Cute kitty gadgets 💛
00:24
TheSoul Music Family
Рет қаралды 21 МЛН
PyTorch at Tesla - Andrej Karpathy, Tesla
11:11
PyTorch
Рет қаралды 517 М.
Official PyTorch Documentary: Powering the AI Revolution
35:53
PointRend: Image Segmentation as Rendering
40:20
Launchpad
Рет қаралды 1,9 М.
Train detectron2 object detection custom data | Computer vision tutorial
47:47
Computer vision engineer
Рет қаралды 11 М.
DETECTRON2 - Training on Custom Dataset 🔥🔥
14:04
The Artificial Guy
Рет қаралды 26 М.
DETECTRON2  | Instance Segmentation, Object Detection, Keypoints Detection
16:54
Real-Time Object Detection in 10 Lines of Python Code on Jetson Nano
26:18
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 4,3 МЛН