This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Version 4.11: Revised Remap Logic for Rotation Effect | |
import cv2 | |
import numpy as np | |
import argparse | |
import os | |
import torch | |
from transformers import SamModel, SamProcessor | |
from PIL import Image | |
import traceback |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>✨ Kawaii Corner ✨</title> | |
<style> | |
body { | |
background: linear-gradient(45deg, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module cityconv | |
go 1.20 | |
require github.com/jackc/pgx/v5 v5.4.1 | |
require ( | |
github.com/jackc/pgpassfile v1.0.0 // indirect | |
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect | |
golang.org/x/crypto v0.9.0 // indirect |