05 2021 档案

摘要:import argparse import logging import time from random import random from PIL import Image, ImageFilter from skimage import io import numpy as np def 阅读全文
posted @ 2021-05-22 16:10 土博姜山山 阅读(114) 评论(0) 推荐(0)
摘要:import psycopg2 import geopandas as gpd import numpy as np from fitter import Fitter import matplotlib.pyplot as plt from utils_cls import RRP, RPA, T 阅读全文
posted @ 2021-05-21 20:10 土博姜山山 阅读(103) 评论(0) 推荐(0)
摘要:import psycopg2 import pandas as pd from io import StringIO import csv from itertools import islice import os import numpy as np from datetime import 阅读全文
posted @ 2021-05-21 20:04 土博姜山山 阅读(65) 评论(0) 推荐(0)
摘要:import numpy as np import networkx as nx import infomap import community import matplotlib.pyplot as plt import matplotlib.colors as colors # 无权重图 or 阅读全文
posted @ 2021-05-21 19:58 土博姜山山 阅读(217) 评论(0) 推荐(0)
摘要:1. UAVDT(Unmanned Aerial Vehicle Benchmark Object Detection and Tracking) https://sites.google.com/view/grli-uavdt/2. UA-DETRAC(UA-DETRAC is a challen 阅读全文
posted @ 2021-05-21 13:14 土博姜山山 阅读(4289) 评论(0) 推荐(0)
摘要:一、北京六环的道路.osm文件(beijing_car_seg_6ring road.osm,相关文件存网盘,网盘地址链接:https://pan.baidu.com/s/1ODT1BsN1HhyS1rTJW2v4og 提取码:szeq),如下图(JOSM软件查看) 二、解析北京六环的道路.osm文 阅读全文
posted @ 2021-05-13 10:35 土博姜山山 阅读(634) 评论(0) 推荐(0)
摘要:.osm.pbf下载地址http://download.openstreetmap.fr/extracts/asia/china/ osmconverthttps://wiki.openstreetmap.org/wiki/Osmconvert Osmosis工具https://wiki.opens 阅读全文
posted @ 2021-05-02 17:45 土博姜山山 阅读(1911) 评论(0) 推荐(0)