上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页

2020年7月4日

/opt/nvidia/deepstream/deepstream/sources/libs/nvdsinfer_customparser/nvdsinfer_custombboxparser.cpp

摘要: /* * Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * c 阅读全文

posted @ 2020-07-04 13:59 cdekelon 阅读(451) 评论(0) 推荐(0) 编辑

2020年7月3日

retinanet keras

摘要: https://github.com/fizyr/keras-retinanet 阅读全文

posted @ 2020-07-03 10:55 cdekelon 阅读(102) 评论(0) 推荐(0) 编辑

2020年7月1日

fp16 fp32 int8

摘要: https://developer.nvidia.com/blog/tensorrt-integration-speeds-tensorflow-inference/ 阅读全文

posted @ 2020-07-01 11:12 cdekelon 阅读(374) 评论(0) 推荐(0) 编辑

2020年6月16日

tf.gather with tf.Session() as sess:

摘要: # python Python 2.7.12 (default, Oct 8 2019, 14:14:10) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more inform 阅读全文

posted @ 2020-06-16 17:59 cdekelon 阅读(387) 评论(0) 推荐(0) 编辑

2020年5月17日

generate h264 based on 100 image

摘要: 1. Generate test sources: image and its h264 file. - copy 1 images for 100 times. import shutil source = "./1.png" for i in range(2,100): target = "./ 阅读全文

posted @ 2020-05-17 14:56 cdekelon 阅读(129) 评论(0) 推荐(0) 编辑

2020年5月9日

插入shell

摘要: https://www.jianshu.com/p/5d999a668e79 import subprocess print subprocess.call("service apache2 status", shell=True) import os print os.system("servic 阅读全文

posted @ 2020-05-09 19:36 cdekelon 阅读(167) 评论(0) 推荐(0) 编辑

2020年4月21日

show all the files under one folder

摘要: import osdef countFile(dir): tmp = 0 for item in os.listdir(dir): if os.path.isfile(os.path.join(dir, item)): tmp += 1 else: tmp += countFile(os.path. 阅读全文

posted @ 2020-04-21 16:46 cdekelon 阅读(128) 评论(0) 推荐(0) 编辑

2020年3月13日

Jetson platforms

摘要: https://developer.nvidia.com/embedded/develop/hardware http://www.waveshare.net/shop/Jetson-Nano-Developer-Kit.htm 阅读全文

posted @ 2020-03-13 12:25 cdekelon 阅读(139) 评论(0) 推荐(0) 编辑

2020年2月25日

Find the larger files in ubuntu

摘要: $ sudo du -a /dir/ |sort -n -r |head -n 20 check the sized related to night* folder. $ du -sh night* 阅读全文

posted @ 2020-02-25 17:11 cdekelon 阅读(90) 评论(0) 推荐(0) 编辑

2020年2月21日

git checkout , push, branch,

摘要: https://www.cnblogs.com/springbarley/archive/2012/11/03/2752984.html (good) https://zhuanlan.zhihu.com/p/25426071 https://cloud.tencent.com/developer/ 阅读全文

posted @ 2020-02-21 16:08 cdekelon 阅读(187) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页

导航