Loading

上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 29 下一页
摘要: https://mokole.com/palette.html PALETTE = [ "B0C4DE", "FF00FF", "1E90FF", "FA8072", "EEE8AA", "FF1493", "7B68EE", "FFC0CB", "696969", "556B2F", "CD853 阅读全文
posted @ 2022-04-25 19:22 ZXYFrank 阅读(2376) 评论(0) 推荐(1)
摘要: 比如去掉#井号 ^[^#]*$ 阅读全文
posted @ 2022-04-25 19:19 ZXYFrank 阅读(232) 评论(0) 推荐(0)
摘要: rsync -av --progress SOURCE_FOLDER TARGET_FOLDER --exclude img1 假设文件结构是这样的(MOT17) SOURCE_FOLDER gt gt.txt img1 000001.jpg 000002.jpg seqinfo.ini 那么复制的 阅读全文
posted @ 2022-04-25 16:41 ZXYFrank 阅读(88) 评论(0) 推荐(0)
摘要: Some file permission examples: 777 - all can read/write/execute (full access). 755 - owner can read/write/execute, group/others can read/execute. 644 阅读全文
posted @ 2022-04-24 22:51 ZXYFrank 阅读(28) 评论(0) 推荐(0)
摘要: Recursive bayesian estimation Recursive Bayesian estimation, also known as a Bayes filter, is a general probabilistic approach for estimating an unkno 阅读全文
posted @ 2022-04-24 10:35 ZXYFrank 阅读(492) 评论(0) 推荐(0)
摘要: os.listdir的排序不是字典序,是按照文件系统当中的文件节点顺序组织的 这种排序在不改动文件夹的情况下一般是确定的(可复现的),但没有确定的排序规则 即使是相同的文件,在不同的文件系统以及文件系统设置下也是不一样的 所以,应该用sorted(os.listdir)来生成确定性的结果 答案来自 阅读全文
posted @ 2022-04-22 09:22 ZXYFrank 阅读(1668) 评论(0) 推荐(0)
摘要: 实验:工作路径下有一个try.py以及try.txt import os print(os.getcwd()) # path\to\cwd print(os.path.isfile("./try.txt")) # True print(os.path.isfile(".\\try.txt")) # 阅读全文
posted @ 2022-04-19 10:00 ZXYFrank 阅读(710) 评论(0) 推荐(0)
摘要: pip install 直接激活Anaconda pip install -U libsvm 克隆 libsvm-master git clone https://github.com/cjlin1/libsvm 下载gnuplot http://www.gnuplot.info/ 找到最新版本,比 阅读全文
posted @ 2022-04-18 20:20 ZXYFrank 阅读(103) 评论(0) 推荐(0)
摘要: Tracking of multiple, partially occluded humans based on static body part detection. CLEAR metrics MOT20 is inspired by the paper EvaluatingMultiple O 阅读全文
posted @ 2022-04-17 20:25 ZXYFrank 阅读(133) 评论(0) 推荐(0)
摘要: Data format - Note: Training Test data in https://motchallenge.net/ is not the required(default) format of TrackEval MOT Challenge train/val/test det. 阅读全文
posted @ 2022-04-17 20:22 ZXYFrank 阅读(740) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 29 下一页