Computer Science and Programming
156K subscribers
454 photos
32 videos
37 files
748 links
Channel specialized for advanced topics of:
* Artificial intelligence,
* Machine Learning,
* Deep Learning,
* Computer Vision,
* Data Science
* Python

Admin: @otchebuch

Memes: @memes_programming

Ads: @Source_Ads,
https://telega.io/c/computer_science
Download Telegram
Resources for performing deep learning on satellite imagery:
- Techniques
- Datasets
- ML best Practice
- Courses
and more ...

@computer_science_and_programming
πŸ‘301πŸ‘Ž17
This media is not supported in your browser
VIEW IN TELEGRAM
VToonify: Controllable High-Resolution Portrait Video Style Transfer

@computer_science_and_programming
πŸ‘91
You don't need to spend several $πŸ­πŸ¬πŸ¬πŸ¬π˜€ to learn Data Science.❌

Stanford University, Harvard University & Massachusetts Institute of Technology is providing free courses.πŸ’₯

Here's 8 free Courses that'll teach you better than the paid ones:


1. CS50’s Introduction to Artificial Intelligence with Python (Harvard)

https://lnkd.in/d9CkkfGK

2. Data Science: Machine Learning (Harvard)

https://lnkd.in/dQ7zkCv9

3. Artificial Intelligence (MIT)

https://lnkd.in/dG5BCPen

4. Introduction to Computational Thinking and Data Science (MIT)

https://lnkd.in/ddm5Ckk9

5. Machine Learning (MIT)

https://lnkd.in/dJEjStCw

6. Matrix Methods in Data Analysis, Signal Processing, and Machine Learning (MIT)

https://lnkd.in/dkpyt6qr

7. Statistical Learning (Stanford)

https://lnkd.in/dymn4hbD

8. Mining Massive Data Sets (Stanford)

πŸ“https://lnkd.in/d2uf-FkB

@computer_science_and_programming
πŸ‘455πŸ‘Ž8❀1
SSL4EO-S12: A Large-Scale Multi-Modal, Multi-Temporal Dataset for Self-Supervised Learning in Earth Observation


The dataset consists of unlabeled patch triplets from 251,079 locations across the globe, each patch covering 2640m x 2640m and including 4 seasonal time stamps.

Github:
https://github.com/zhu-xlab/ssl4eo-s12

Paper:
https://arxiv.org/abs/2211.07044v1

Dataset:
https://mediatum.ub.tum.de/1660427

@computer_science_and_programming
πŸ‘147πŸ‘Ž6
DiffusionInst: Diffusion Model for Instance Segmentation

* DiffusionInst is the first work of diffusion model for instance segmentation

Github:
https://github.com/chenhaoxing/DiffusionInst

Paper:
https://arxiv.org/abs/2212.02773v2

Getting started:
https://github.com/chenhaoxing/DiffusionInst/blob/main/GETTING_STARTED.md

Dataset:
https://paperswithcode.com/dataset/lvis


@computer_science_and_programming
πŸ‘131πŸ‘Ž3
This media is not supported in your browser
VIEW IN TELEGRAM
DeepLSD: Line Segment Detection and Refinement with Deep Image Gradients

DeepLSD is a generic line detector that combines the robustness of deep learning with the accuracy of handcrafted detectors.
It can be used to extract generic line segments from images in-the-wild, and is suitable for any task requiring high precision, such as homography estimation, visual localization, and 3D reconstruction. By predicting a line distance and angle fields, it can furthermore refine any existing line segments through an optimization


Paper:
https://arxiv.org/abs/2212.07766v1

Github:
https://github.com/cvg/deeplsd

Dataset:
https://paperswithcode.com/dataset/hpatches


@computer_science_and_programming
πŸ‘160
fastacvnet_malaga_urban.gif
12.2 MB
Accurate and Efficient Stereo Matching via Attention Concatenation Volume

Stereo Depth Estimation

Paper:
https://arxiv.org/pdf/2209.12699.pdf

Github:
https://github.com/gangweiX/Fast-ACVNet

Demo:
https://www.youtube.com/watch?v=az4Z3dp72Zw

ONNX:
ONNX-FastACVNet-Stereo-Depth-Estimation

@computer_science_and_programming
πŸ‘101πŸ‘Ž4
Happy New Year!

Summary of our channel for 2022
.
(thanks for curated summary for TGSTAT team)

TGSTAT team: In the new 2023 year, we wish a rapid increase in subscribers, high posts reach, high-quality active audience and, of course, happiness and health.

A traditional present from us is a New Year card with your channel's this year results.

See you in 2023,

@computer_science_and_programming
πŸ‘174
PACO: Parts and Attributes of Common Objects

Sometimes object detection is not enough and you need more detail about object. Especially, when parts of objects is matters in your task. Then this dataset is for you from Facebook research team.

PACO is a detection dataset that goes beyond traditional object boxes and masks and provides richer annotations such as part masks and attributes. It spans 75 object categories, 456 object-part categories and 55 attributes across image (LVIS) and video (Ego4D) datasets.

Paper:
https://arxiv.org/pdf/2301.01795.pdf

Github:
https://github.com/facebookresearch/paco

Visualization:
https://github.com/facebookresearch/paco/tree/main/notebooks

@computer_science_and_programming
πŸ‘97πŸ‘Ž5❀1
MIT Introduction to Deep Learning - 2023 Starting soon! MIT Intro to DL is one of the most concise AI courses on the web that cover basic deep learning techniques, architectures, and applications.

2023 lectures are starting in just one day, Jan 9th!

Link to register:
http://introtodeeplearning.com

MIT Introduction to Deep Learning The 2022 lectures can be found here:

https://m.youtube.com/playlist?list=PLtBw6njQRU-rwp5__7C0oIVt26ZgjG9NI

πŸ‘‰ @computer_science_and_programming
πŸ‘157πŸ‘Ž12
This media is not supported in your browser
VIEW IN TELEGRAM
YOLOv8 is the newest state-of-the-art YOLO model that can be used for object detection, image classification, and instance segmentation tasks. YOLOv8 includes numerous architectural and developer experience changes and improvements over YOLOv5.

Code:
https://github.com/ultralytics/ultralytics

What's New in YOLOv8 ?
https://blog.roboflow.com/whats-new-in-yolov8/

Yolov8 Instance Segmentation (ONNX):
https://github.com/ibaiGorordo/ONNX-YOLOv8-Instance-Segmentation

πŸ‘‰ @computer_science_and_programming
πŸ‘165πŸ‘Ž5
This media is not supported in your browser
VIEW IN TELEGRAM
Box2Mask: Box-supervised Instance Segmentation via Level-set Evolution

BoxInstSeg
is a toolbox that aims to provide state-of-the-art box-supervised instance segmentation algorithms. It supports instance segmentation with only box annotations.


Github:
https://github.com/LiWentomng/BoxInstSeg

Paper:
https://arxiv.org/pdf/2212.01579.pdf

πŸ‘‰@computer_science_and_programming
πŸ‘118πŸ‘Ž6
This media is not supported in your browser
VIEW IN TELEGRAM
GLIGEN: Open-Set Grounded Text-to-Image Generation.

GLIGEN
(Grounded-Language-to-Image Generation) a novel approach that builds upon and extends the functionality of existing pre-trained text-to-image diffusion models by enabling them to also be conditioned on grounding inputs.

Project page:
https://gligen.github.io/

Paper:
https://arxiv.org/abs/2301.07093

Github (coming soon):
https://github.com/gligen/GLIGEN

Demo:
https://huggingface.co/spaces/gligen/demo


πŸ‘‰@computer_science_and_programming
πŸ‘110πŸ‘Ž4
Cut and Learn for Unsupervised Object Detection and Instance Segmentation

Cut-and-LEaRn
(CutLER) is a simple approach for training object detection and instance segmentation models without human annotations. It outperforms previous SOTA by 2.7 times for AP50 and 2.6 times for AR on 11 benchmarks.

Paper:
https://arxiv.org/pdf/2301.11320.pdf

Github:
https://github.com/facebookresearch/CutLER

Demo:
https://colab.research.google.com/drive/1NgEyFHvOfuA2MZZnfNPWg1w5gSr3HOBb?usp=sharing

πŸ‘‰@computer_science_and_programming
πŸ‘99πŸ‘Ž1
This media is not supported in your browser
VIEW IN TELEGRAM
Gen-1: The Next Step Forward for Generative AI

Use words and images to generate new videos out of existing

Introducing Gen-1: a new AI model that uses language and images to generate new videos out of existing ones.

https://research.runwayml.com/gen1

⭐️ Project:
https://research.runwayml.com/gen1

βœ… Paper:
https://arxiv.org/abs/2302.03011

πŸ“ŒRequest form:
https://docs.google.com/forms/d/e/1FAIpQLSfU0O_i1dym30hEI33teAvCRQ1i8UrGgXd4BPrvBWaOnDgs9g/viewform

πŸ‘‰@computer_science_and_programming
πŸ‘154πŸ‘Ž7
This media is not supported in your browser
VIEW IN TELEGRAM
YOWOv2: A Stronger yet Efficient Multi-level Detection Framework for Real-time Spatio-temporal Action Detection

SPATIO-temporal action detection (STAD) aims to detect action instances in the current frame, which it has been widely applied, such as video surveillance and somatosensory game.

Paper:
https://arxiv.org/pdf/2302.06848.pdf

Github:
https://github.com/yjh0410/YOWOv2

Dataset:
https://drive.google.com/file/d/1Dwh90pRi7uGkH5qLRjQIFiEmMJrAog5J/view?usp=sharing

πŸ‘‰@computer_science_and_programming
πŸ‘131πŸ‘Ž4
This media is not supported in your browser
VIEW IN TELEGRAM
3D-aware Conditional Image Synthesis (pix2pix3D)

Pix2pix3D
synthesizes 3D objects (neural fields) given a 2D label map, such as a segmentation or edge map

Github:
https://github.com/dunbar12138/pix2pix3D

Paper:
https://arxiv.org/abs/2302.08509

Project:
https://www.cs.cmu.edu/~pix2pix3D/

Datasets:
CelebAMask , AFHQ-Cat-Seg , Shapenet-Car-Edge


πŸ‘‰@computer_science_and_programming
πŸ‘192πŸ‘Ž6