See also:
| Service | Type | Storage | Limitations |
|---|---|---|---|
| Amazon DynamoDB | 25 GB | ||
| Amazon RDS | |||
| Azure SQL Database | MS SQL Server | ||
| π Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
| !pip install kaggle | |
| !mkdir ~/.kaggle | |
| !cp kaggle.json ~/.kaggle/kaggle.json | |
| !kaggle competitions download -c cv-22928-2025-a-project | |
| !unzip /content/cv-22928-2025-a-project.zip | |
| !pip install kornia | |
| !pip install yacs | |
| #!/usr/bin/env python |
| !pip install kaggle | |
| !mkdir ~/.kaggle | |
| !cp kaggle.json ~/.kaggle/kaggle.json | |
| !kaggle competitions download -c cv-22928-2025-a-project | |
| !unzip /content/cv-22928-2025-a-project.zip | |
| !pip install kornia | |
| !pip install yacs | |
| #!/usr/bin/env python |
| import os | |
| import csv | |
| import random | |
| from glob import glob | |
| from tqdm import tqdm | |
| from collections import namedtuple | |
| import cv2 | |
| import numpy as np | |
| import pandas as pd |
| import sys | |
| import os | |
| import cv2 | |
| import numpy as np | |
| import pandas as pd | |
| import pickle | |
| import torch | |
| import matplotlib.pyplot as plt | |
| from pathlib import Path |
| import sys | |
| import os | |
| import cv2 | |
| import numpy as np | |
| import pandas as pd | |
| import pickle | |
| import torch | |
| import matplotlib.pyplot as plt | |
| from pathlib import Path |
| import sys | |
| import os | |
| import cv2 | |
| import numpy as np | |
| import pandas as pd | |
| import pickle | |
| import torch | |
| import matplotlib.pyplot as plt | |
| from pathlib import Path |
| # ================================================== | |
| # SuperGlue + Fundamental Matrix Estimation | |
| # ================================================== | |
| # Make sure to add any necessary installs here. | |
| # e.g.: !pip install opencv-python pyyaml | |
| # And if needed: | |
| # !git clone https://github.com/magicleap/SuperGluePretrainedNetwork.git | |
| import sys |
See also:
| Service | Type | Storage | Limitations |
|---|---|---|---|
| Amazon DynamoDB | 25 GB | ||
| Amazon RDS | |||
| Azure SQL Database | MS SQL Server | ||
| π Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
| CC=gcc | |
| CCFLAGS=-Wall | |
| LDFLAGS= | |
| SOURCES=$(wildcard *.c) | |
| OBJECTS=$(SOURCES:.c=.o) | |
| TARGET=des | |
| all: $(TARGET) | |
| $(TARGET): $(OBJECTS) |