go to >> fonts.google.com
๐๐ป♂️
refer to code:
.
..
you need to install pyzbar
Thank you.
www.marearts.com
๐๐ป♂️
refer to code:
.
..
Thank you.
The code need to install two YouTube downloader package.
Those are pytube, youtube_dl.
This code try to use one of them because sometime it's fail in certain library.
Enjoy code:
.
..
Thank you.
www.marearts.com
๐๐ป♂️
refer to code
.
..
install open3d using pip install open3d
Thank you.
www.marearts.com
๐๐ป♂️
refer to code:
.
..
this is example result
.
..
this is code to update exif
.
..
Thank you.
๐๐ป♂️
www.marearts.com
refer to code:
.
..
reference :
https://github.com/mapillary/OpenSfM/issues/95
https://opensfm.org/docs/geometry.html#camera-models
Thank you.
www.marearts.com
๐๐ป♂️
refer to code:
-
--
Print docker container men usage
.
..
Print image size
.
..
.
All together
..
Thank you.
www.marearts.com
๐๐ป♂️
refer to code:
.
..
Here is chess board which has 10x7.
png files in same folder are that images succeed for finding pattern.
yaml file will be generated in image folder for camera intrinsic params.
Thank you.
www.marearts.com
๐๐ป♂️
the t4g.medium
, t3a.medium
, and t3.medium
are all part of Amazon's EC2 T-series instances, which are designed to provide a baseline level of CPU performance with the ability to burst above the baseline when needed. However, they differ in the underlying processor architecture and some other characteristics. Below is a comparative table:
Instance Type | CPU Type | vCPUs | Memory (GiB) | Processor | Network Bandwidth | EBS Bandwidth |
---|---|---|---|---|---|---|
t4g.medium | ARM-based | 2 | 4 | Graviton2 | Up to 5 Gbps | Up to 3.5 Gbps |
t3a.medium | AMD-based | 2 | 4 | AMD EPYC 7000 series | Up to 5 Gbps | Up to 3.5 Gbps |
t3.medium | Intel-based | 2 | 4 | Intel Xeon Scalable (Skylake and Broadwell options) | Up to 5 Gbps | Up to 3.5 Gbps |
Processor Architecture:
t4g.medium
uses ARM-based Graviton2 processors.t3a.medium
uses AMD EPYC 7000 series processors.t3.medium
uses Intel Xeon Scalable processors.Price:
t3a.medium
instances are generally cheaper than t3.medium
instances but offer similar performance characteristics.t4g.medium
instances are also generally cost-effective due to the efficiency of the Graviton2 processor.Performance:
t4g.medium
instances are designed for better power efficiency.t3a
and t3
are more traditional and have been in use for longer periods, and their performance characteristics are well understood.Compatibility:
t3
and t3a
could be a safer bet for those applications.For the most current and accurate information, it's always best to consult the official AWS EC2 documentation or pricing pages.