首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏素质云笔记

    caffe︱Places365-CNNs For Scene Recognition

    一、场景分类数据库 Places2 官网:http://places2.csail.mit.edu/ github地址: https://github.com/metalbubble/places365 二、开源的Places365-CNNs 1、Places365 模型介绍 Places365 is the latest subset of Places2 Database. There are two versions of Places365: Places365-Standard and Places365-Challenge. ILSVRC and COCO joint workshop at ECCV 2016. 2、Places365效能对比Places205 ? 同期来看看places205: ? 两者的联合对比: ? 来看看最终的 VGG16-Places365结果: ?

    1.7K60发布于 2018-01-02
  • 来自专栏米扑专栏

    Macbook 修改最近路径列表 Recent Places 数量

    https://blog.csdn.net/sunboy_2050/article/details/102785501 Macbook Pro 打开文件时,会保存最近使用的路径列表 —— Recent Places 有时候需要整理 Recent Places,清空或者设置最大保存长度,非常方便的保存最近的常用目录,不必逐级选目录 设置最近路径列表 Recent Places 数量(NSNavRecentPlacesLimit ),没必要进入 root 权限(sudo -s),当前用户即可 原文请参见米扑博客:Macbook Pro 如何清空/修改最近路径列表 Recent Places 数量 一、清空 Recent Places By default, the recent places list will show you the past five most recently accessed folders. Entering Zero will disable the recent places list.

    1.2K20发布于 2019-10-30
  • 来自专栏第三方工具

    idea No usages found in All Places Press Ctrl+Alt+F7 again to search in Project Files

    idea No usages found in All Places Press Ctrl+Alt+F7 again to search in 'Project Files' 出现 usages 无效的情况 No usages found in All Places 今天偶然间碰到了这个问题, 问题的现状是: 当我们点击某个方法或属性的时候,IDE 无法找到这个方法, 使用 Find Usages 时,也无法找到文件

    68610编辑于 2024-11-21
  • 来自专栏IT派

    旷视科技包揽 COCO、Places 三项世界冠军

    29日上午,在意大利威尼斯召开的计算机视觉国际顶级会议 International Conference on Computer Vision(ICCV 2017)的 “Joint COCO and Places Recognition Challenge” Workshop 中公布了 COCO 及 Places 竞赛排名情况。 而 Places 是由 MIT 和 CMU 等高校牵头,在今年新设立的一项旨在深度理解图像场景的国际级计算机视觉类竞赛,今年与 COCO 联合举行。 Places 2017 共设有三个任务:Scene Parsing(场景分割)、Instance Segmentation(物体分割)、Semantic Boundary Detection(边缘检测) 此次旷视研究院在 COCO 和 Places 竞赛中的成绩足以印证旷视科技在全球范围内的技术领先性。

    1.2K50发布于 2018-03-28
  • 来自专栏全栈程序员必看

    PyTorch实现的ResNet50、ResNet101和ResNet152

    =2, padding=1) ) class Bottleneck(nn.Module): def __init__(self,in_places,places, stride=1,downsampling ), nn.BatchNorm2d(places), nn.ReLU(inplace=True), nn.Conv2d(in_channels=places, out_channels=places*self.expansion (in_places = 64, places= 64, block=blocks[0], stride=1) self.layer2 = self.make_layer(in_places = 256 ,places=128, block=blocks[1], stride=2) self.layer3 = self.make_layer(in_places=512,places=256, block , places, block, stride): layers = [] layers.append(Bottleneck(in_places, places,stride, downsampling

    1.2K20编辑于 2022-11-10
  • 来自专栏全栈程序员必看

    dataloader 源码_DataLoader

    (), places=places) elif DATA_FORMAT == ‘batch_generator’: loader.set_batch_generator(batch_generator_creator (), places=places) else: raise ValueError(‘Unsupported data format’) image = fluid.layers.data(name=’ , call `fluid.cuda_places()` to get all GPU places. # – If you are using CPU, call `fluid.cpu_places( )` to get all CPU places. # # If DataLoader is not iterable, places can be None. places = fluid.cuda_places () if USE_GPU else fluid.cpu_places() set_data_source(loader, places) exe = fluid.Executor(places[0])

    30810编辑于 2022-06-30
  • 来自专栏毛利学Python

    Python中字典和列表的相互嵌套问题

    } #访问字典中的值可以用:dict_name[key] print(favourite_places['lin']) #访问列表里面的元素用索引:list_name[索引] print(favourite_places for name,place in favourite_places.items(): print(f"{name.title()}'s favourite places are {place}") 输出结果: Lin's favourite places are ['beijing', 'tianjin'] Jing's favourite places are ['chengdu', 'leshan '] Huang's favourite places are ['shenzhen'] 为了避免,要进行循环嵌套 for names,places in favourite_places.items( in places: #之后再对值进行一个小循环,打印出值中的每个元素 print(place.title()) 输出结果: Lin favourite places are: Beijing

    9.3K30编辑于 2022-08-18
  • 来自专栏假装我会写代码

    两行代码实现一个地址选择器

    大家节日快乐,今天早上例行逛 GitHub 时发现一个好东西,来自 Algolia 的开源产品 Places,Algolia 是著名的数据索引服务提供商,Laravel 的文档搜索服务就是基于 Algolia 这次他们开源的 Places 产品,可以让你的只需要两行代码,即可使 <input> 变身为一个地址选择器: ? = places({ container: document.querySelector('#address-input') }); </script> 就这样就 OK 了。 /> 在你的 js 里引入 places.js var places = require('places.js'); var placesAutocomplete = places({ container 更多使用方式请自行在官方网站:https://community.algolia.com/places/ 或者 GitHub 主页:https://github.com/algolia/places 大家节日快乐

    1.4K20发布于 2018-07-05
  • 来自专栏菩提树下的杨过

    babylon.js 学习笔记(4)

    = []; places.push([1, -Math.PI / 16, -6.8, 2.5]); places.push([2, -Math.PI / 16, -4.5, 3]); places.push([2, -Math.PI / 16, -1.5, 4]); places.push([2, -Math.PI / 3, 1.5, 6]); places.push ([2, 15 * Math.PI / 16, -2.1, -0.5]); places.push([1, 5 * Math.PI / 4, 0, -1]); places.push([ / 1.9, 4.75, -7]); places.push([2, -Math.PI / 3, 5.25, 2]); places.push([1, -Math.PI / 3, 6, [i][1]; houses[i].position.x = places[i][2]; houses[i].position.z = places[i][3];

    81430编辑于 2023-05-23
  • 来自专栏sktj

    python 解析火狐浏览器的相关信息

    print '[*] Upgrade your Python-Sqlite3 Library' 解析打印places.sqlite文件的内容,输出历史记录 def printHistory(placesDB , moz_historyvisits where visit_count > 0 and moz_places.id==moz_historyvisits.place_id;") print print '[*] Upgrade your Python-Sqlite3 Library' exit(0) 解析打印places.sqlite文件的内容,输出百度的搜索记录 def , moz_historyvisits where visit_count > 0 and moz_places.id==moz_historyvisits.place_id;") print '\n[ Cookies Db does not exist:' + cookiesDB placesDB = os.path.join(pathName, 'places.sqlite') if

    59630发布于 2019-07-31
  • 来自专栏AI科技评论

    推荐 | github 项目推荐:用 edge-connect 进行图像修复

    图像 这里使用 Places2(http://places2.csail.mit.edu/), CelebA (http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html /checkpoints/places2 目录下的 places2 数据集上训练边缘模型: python train.py --model 1 --checkpoints . /checkpoints/places2 模型的收敛性因数据集而异。例如,Places2 数据集在两个时期中的一个就能聚合,而较小的数据集(如 CelebA)则需要将近 40 个时期才能聚合。 /checkpoints/places2 --input ./examples/places2/images --mask ./examples/places2/masks --output . /examples/places2/images 中使用和./examples/places2/mask 对应的掩膜图像,并将结果保存在./checkpoints/results 目录中。

    2.3K20发布于 2019-05-08
  • 来自专栏全栈程序员必看

    Mongodb地理空间索引

    创建索引 建立places集合,来存放地点, loc字段用来存放地区数据GeoJSON Point。 db.places.insert( { loc : { type: "Point", coordinates: [ -73.97, 40.77 ] }, name: "Central Park", category : "Parks" } ) db.places.insert( { loc : { type: "Point", coordinates db.places.ensureIndex( { loc : "2dsphere" , category : -1, name: 1 } ) 3. 查询 $geometry表示查询的几何图片. 3.1 查询多边形范围的值 type表示类型:polygon 多边形 db.places.find( { loc :

    77310编辑于 2022-07-12
  • 来自专栏YOLO大作战

    注意力机制---Yolov5/Yolov7引入CBAM、GAM、Resnet_CBAM

    , places, stride=1, downsampling=False, expansion=4): super(ResBlock_CBAM, self). , out_channels=places, kernel_size=1, stride=1, bias=False), nn.BatchNorm2d(places), nn.LeakyReLU(0.1, inplace=True), nn.Conv2d(in_channels=places, out_channels=places, kernel_size (0.1, inplace=True), nn.Conv2d(in_channels=places, out_channels=places * self.expansion, kernel_size ) self.cbam = CBAM(c1=places * self.expansion, c2=places * self.expansion, ) if

    2.7K10编辑于 2023-11-30
  • 来自专栏大数据智能实战

    图像地点场景类型识别(PlaceCNN)实践

    本文实践采自:http://places2.csail.mit.edu/download.html 该数据集涵盖了365种图像场景,同时还提供了多种网络架构的预训练模型,主要如下: Pre-trained CNN models on Places365-Standard: AlexNet-places365: deploy weights GoogLeNet-places365: deploy weights VGG16-places365: deploy weights VGG16-hybrid1365: deploy weights ResNet152-places365 fine-tuned from ResNet152-ImageNet: deploy weights ResNet152-hybrid1365: deploy weights ResNet152-places365 trained ResNet50-places365 trained from scratch using Torch: torch model.

    3.2K31发布于 2019-05-26
  • 来自专栏从零开始学自动化测试

    python测试开发django-rest-framework-92.DecimalField保留2位小数

    DecimalField可以精确几位小数点 DecimalField models.py设置商品表模型的时候,可以把商品价格设置DecimalField max_digits=10 整数位的长度为10位 decimal_places class Goods(models.Model): """商品表""" goods_price = models.DecimalField(max_digits=10, decimal_places 序列化 DecimalField 关于DecimalField(max_digits, decimal_places, coerce_to_string=None, max_value=None, min_value 它必须是 None 或大于等于 decimal_places 的整数。 decimal_places 以数字存储的小数位数。 max_value 验证所提供的数字不大于这个值。 goods_price = serializers.DecimalField(max_digits=10, decimal_places

    1.7K40发布于 2021-02-03
  • 来自专栏全栈程序员必看

    codeforces Round #259(div2) E解决报告

    Ponyville can be represented as an undirected graph (vertices are places, edges are roads between places The path must not visit more than 4n places. Output Output the number of visited places k in the first line (0 ≤ k ≤ 4n). Then output k integers — the numbers of places in the order of path. Note, that given road system has no self-loops, therefore any two neighbouring places in the path must

    30210编辑于 2022-07-06
  • 来自专栏以终为始

    Dean and Schedule (URAL 2026)

    with odd numbers and subjects that are less important to places with even numbers. counted with a plus sign, and subjects on even places are counted with a minus sign. with mathematical analysis and all even places with philosophy. Second, certain subjects must be assigned to certain places. The letters denote these subjects, and the question marks stand for vacant places.

    37750编辑于 2023-03-09
  • 来自专栏全栈程序员必看

    resnet101网络结构图_resnet有全连接层吗

    =2, padding=1) ) class Bottleneck(nn.Module): def __init__(self,in_places,places, stride=1,downsampling ), nn.BatchNorm2d(places), nn.ReLU(inplace=True), nn.Conv2d(in_channels=places, out_channels=places*self.expansion (in_places = 64, places= 64, block=blocks[0], stride=1) self.layer2 = self.make_layer(in_places = 256 ,places=128, block=blocks[1], stride=2) self.layer3 = self.make_layer(in_places=512,places=256, block , places, block, stride): layers = [] layers.append(Bottleneck(in_places, places,stride, downsampling

    2K20编辑于 2022-11-08
  • 来自专栏猫头虎博客专区

    深入探索地理空间查询:如何优雅地在MySQL、PostgreSQL及Redis中实现精准的地理数据存储与检索技巧

    CREATE TABLE Places ( id INT PRIMARY KEY, name VARCHAR(255), location POINT, SPATIAL INDEX(location) ); INSERT INTO Places (name, location) VALUES ('Place1', ST_Point(40.7128, -74.0060 SELECT name, ST_Distance_Sphere(location, ST_Point(40, -75)) AS distance FROM Places ORDER CREATE TABLE Places ( id SERIAL PRIMARY KEY, name VARCHAR(255), location GEOGRAPHY(Point, SELECT ST_AsGeoJSON(location) AS location_json FROM Places; 4.4 处理3D空间数据 MySQL 8支持3D空间数据的存储和查询。

    2.4K10编辑于 2024-04-09
  • 来自专栏计算机工具

    file mask 是什么idea 配置file mask​html include

    FindSettings"> <option name="caseSensitive" value="true" /> <option name="customScope" value="All <em>Places</em> " /> <option name="defaultScopeName" value="All <em>Places</em>" /> <option name="wholeWordsOnly" value " /> <option name="WHOLE_WORDS_ONLY" value="true" /> <option name="SEARCH_SCOPE" value="All <em>Places</em>

    25610编辑于 2024-12-17
领券