I am normal guy with coding hobby
I wish I could turn everything automactically by programming
Be willing to discuss about related topics
Don't hesitate to contact me at
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Drag and Drop Example</title> | |
<style> | |
#dragableElement { | |
width: 100px; | |
height: 50px; | |
background-color: lightblue; | |
border: 1px solid blue; |
from telethon.sync import TelegramClient | |
from telethon.tl.functions.messages import GetDialogsRequest | |
from telethon.tl.types import InputPeerEmpty, InputPeerChannel, InputPeerUser | |
from telethon.errors.rpcerrorlist import PeerFloodError, UserPrivacyRestrictedError | |
from telethon.tl.functions.channels import InviteToChannelRequest | |
import sys | |
import csv | |
import traceback | |
import time |
from telethon.sync import TelegramClient | |
import csv | |
from telethon.sync import TelegramClient | |
api_id = yourID | |
api_hash = 'yourhash' | |
phone = '+yourphone' | |
client = TelegramClient(phone, api_id, api_hash) | |
client.connect() |
./darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights -c 1 |
$ ./darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights traffic.mp4 |
$ sudo nvpmodel -m 0 | |
$ make |
$ git clone https://github.com/pjreddie/darknet yolov3 |
$ cd /opencv/build | |
$ apt search ccmake | |
$ sudo apt-get install cmake-curses-gui | |
$ ccmake .. |
$ git clone https://github.com/jetsonhacks/buildOpenCVTX2.git` | |
$ ./buildOpenCV.sh |