首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Lansonli技术博客

    大数据ELK(二十七):数据可视化(Visualize

    数据可视化(Visualize)Kibana中的Visualize可以基于Elasticsearch中的索引进行数据可视化,然后将这些可视化图表添加到仪表盘中。

    2.4K32编辑于 2022-10-16
  • 来自专栏大数据zjiekou

    visualize查询数据报错有一个分片失败如何解决

    【问题背景】:客户在visualize查询数据报错有一个分片失败,报错如下图 图片 【排查思路】 通过让客户提供kibana请求的har包解析分析到的dsl如下 { "params": {

    54030编辑于 2023-07-25
  • 来自专栏生信补给站

    空转|CARD-结合scRNA解决空间转录组spot注释,还能增强空间精度?!

    = c("CD4","CD8","NK") ## visualize the spatial distribution of the cell type proportion p2 <- CARD.visualize.prop = ct.visualize, ### selected cell types to visualize colors = c("lightblue","lightyellow ## visualize the spatial distribution of two cell types on the same plot p3 = CARD.visualize.prop.2CT ct2.visualize = c("CD4","CD8"), colors = list(c("lightblue","lightyellow","red"),c("lightblue"," spatial_location = location_imputation, ct.visualize = ct.visualize,

    2.3K20编辑于 2023-08-25
  • 10X Visium(55um)进行高分辨率降维分析

    (mouse_posterior, score='NMF', index=2)# mapper.visualize('mouse_posterior', score='NMF', index=2) # visualize given the name# mapper.visualize(score='NMF', index=2) # ignore the section name if only one section# Save all NMF scores into `results_path/section_name/NMF`mapper.visualize(score='NMF')# Pre-train /section_name/GCN`mapper.visualize(score='GCN')# The refined metagene matrix based on the GCN scoreprint the SpaHDmap scoremapper.visualize(mouse_posterior, score='SpaHDmap', index=2)生活很好,有你更好

    34010编辑于 2024-09-23
  • 方法分享--空间转录组(visium等)提升分辨率

    (mouse_posterior, use_score='NMF', index=2)# mapper.visualize('mouse_posterior', use_score='NMF', index =2) # visualize given the name# mapper.visualize(use_score='NMF', index=2) # ignore the section name the GCN scoremapper.visualize(mouse_posterior, use_score='GCN', index=2)# Save all GCN scores into ` the SpaHDmap scoremapper.visualize(mouse_posterior, use_score='SpaHDmap', index=2)mapper.visualize(use_score (gene='Pcp2')mapper.visualize(gene='Mbp')生活很好,有你更好。

    15320编辑于 2026-01-08
  • 来自专栏粽子的深度学习笔记

    将Albumentations用于语义分割任务

    import torch from matplotlib import pyplot as plt import albumentations as A 定义一个image和mask的可视化函数: def visualize image.shape, mask.shape) original_height, original_width = image.shape[:2] (800, 600, 3) (800, 600) visualize = augmented['image'] mask_padded = augmented['mask'] print(image_padded.shape, mask_padded.shape) visualize (image_elastic, mask_elastic, original_image=image, original_mask=mask) visualize(image_grid, mask_grid ) visualize(image_optical, mask_optical) ?

    1.4K20发布于 2021-07-07
  • 来自专栏计算机视觉理论及其实现

    Python的Albumentations库

    (image, bbox, **kwargs) for bbox in augmented['bboxes']: visualize_bbox(image_aug, bbox, ** kwargs) if show_title: for bbox,cat_id in zip(bboxes, categories): visualize_titles * text_height)), cv2.FONT_HERSHEY_SIMPLEX, 0.35,TEXT_COLOR, lineType=cv2.LINE_AA) return imgdef visualize aug = get_aug([CenterCrop(p=1, height=224, width=224)], min_area=4000)augmented = aug(**annotations)visualize get_aug([CenterCrop(p=1, height=300, width=300)], min_visibility=0.3)augmented = aug(**annotations)visualize

    2.7K20编辑于 2022-09-02
  • 来自专栏空间转录组数据分析

    空间转录组数据分析软件推荐---SpaCET

    SpaCET.visualize.spatialFeature( SpaCET_obj, spatialType = "CellFraction", spatialFeatures=c( to compute and visualize the co-localized cell-type pairs. # calculate the cell-cell colocalization SpaCET_obj <- SpaCET.CCI.colocalization(SpaCET_obj) # visualize the cell-cell colocalization. SpaCET_obj <- SpaCET.CCI.LRNetworkScore(SpaCET_obj,coreNo=8) # visualize the L-R network score. SpaCET.visualize.spatialFeature( SpaCET_obj, spatialType = "LRNetworkScore", spatialFeatures=

    2.1K41编辑于 2023-02-10
  • 来自专栏小工匠聊架构

    每日一博 - 探索代码世界的地图 code iris

    Features: groovy and java code analysis experimental kotlin code analysis visualize modules and their dependencies visualize classes and their dependencies visualize packages and their classes filtering

    48350编辑于 2023-07-11
  • 来自专栏山河已无恙

    基于DAD-3DHeads 的特征点标记、姿态评估、头部3D对齐Demo

    68 2D face landmarks python demo.py images/demo_heads/1.jpeg outputs 68_landmarks # Visualize 191 2D face landmarks python demo.py images/demo_heads/1.jpeg outputs 191_landmarks # Visualize 445 2D face landmarks python demo.py images/demo_heads/1.jpeg outputs 445_landmarks # Visualize face mesh python demo.py images/demo_heads/1.jpeg outputs face_mesh # Visualize head mesh python demo.py images/demo_heads /1.jpeg outputs head_mesh # Visualize head pose python demo.py images/demo_heads/1.jpeg outputs pose

    40730编辑于 2023-08-21
  • 来自专栏往期博文

    【图像配准】Canny边缘检测+模板配准红外可见光双路数据

    "--image", required=False, default=r"lr/Infrared.jpg", help="红外图像路径") ap.add_argument("-v", "--visualize Canny(template, 50, 200) (tH, tW) = template.shape[:2] # 读取可见光图像 image = cv2.imread(args["visualize maxLoc[0] + tW, maxLoc[1] + tH), (0, 0, 255), 2) # cv2.imwrite(os.path.join(args["output"], "Visualize ", "visualize.jpg"), clone) # 若在裁剪区域找到相似度更高的匹配点,更新found if found is None or maxVal > process")) # 保存图片 cv2.imwrite(os.path.join(args["output"], "process", os.path.basename(args["visualize

    1.5K20编辑于 2023-10-25
  • 来自专栏自学气象人

    python绘制雷达PPI和RHI

    from cinrad.io import CinradReader, StandardData from cinrad.io import PhasedArrayData from cinrad.visualize import Section import matplotlib.pyplot as plt %matplotlib inline from cinrad.visualize import PPI import tilt_number, radius, data_dtype) #获取反射率数据 print(r) rl = list(f.iter_tilt(radius, 'REF')) # %% fig = cinrad.visualize.PPI from cinrad.io import CinradReader, StandardData from cinrad.io import PhasedArrayData from cinrad.visualize import Section import matplotlib.pyplot as plt %matplotlib inline from cinrad.visualize import PPI import

    2.8K42编辑于 2023-09-05
  • 来自专栏labuladong的算法专栏

    终于上线了,速来!

    最近给我的算法学习网站自建了后端服务,可视化面板添加了编辑器功能,可以输入自定义代码了,可视化面板地址: https://labuladong.online/algo-visualize 本文就简单介绍一下可视化编辑器的基本用法 /algo/intro/visualize/ 运行自定义代码比较消耗计算资源,所以可视化服务对用户的行为限制较严格,正常使用不会出现问题,但不要用程序恶意请求后端 API,否则会被自动封号。 除了数据结构操作的可视化,还支持用 @visualize 标签 对递归算法进行可视化,大幅降低读者理解递归算法的难度。 下面就简单介绍一下可视化面板编辑器的使用方法。 核心就在于在你的递归函数上加上@visualize注释,比如这个斐波那契数列的例子: // @visualize status(n) var fib = function(n) { if (n 2、@visualize注释必须写在函数定义的上一行,否则无法追踪递归过程。

    43510编辑于 2024-01-08
  • 来自专栏机器人课程与技术

    Learning ROS for Robotics Programming Second Edition学习笔记(七) indigo PCL xtion pro live

    tutorials pcl_downsampling CMakeLists.txt pcl_downsampling pcl_matching pcl_partitioning pcl_read pcl_visualize.cpp pcl_partitioning.cpp pcl_read.cpp pcl_write pcl_create pcl_filter pcl_model_estimation pcl_planar_segmentation pcl_visualize pcl_write.cpp pcl_create.cpp pcl_filter.cpp pcl_model_estimation.cpp pcl_planar_segmentation.cpp pcl_visualize2

    48730发布于 2019-01-23
  • 来自专栏单细胞

    基于Seurat的空转单样本数据分析流程学习(三)-SpaCET

    SpaCET.visualize.spatialFeature( SpaCET_obj, spatialType = "CellFraction", spatialFeatures="All" SpaCET_obj <- SpaCET.CCI.LRNetworkScore(SpaCET_obj,coreNo=6)# 可视化配受体网络SpaCET.visualize.spatialFeature "# 可视化共定位细胞类型对的相互作用分析SpaCET.visualize.cellTypePair(SpaCET_obj, cellTypePair=c("CAF","Macrophage M2")) # 识别肿瘤-免疫交界区SpaCET_obj <- SpaCET.identify.interface(SpaCET_obj)# 可视化该交界区SpaCET.visualize.spatialFeature spatialFeature应格式化为'Interface&celltype1_celltype2',其中细胞类型1和2按字母顺序排列SpaCET.visualize.spatialFeature(SpaCET_obj

    44510编辑于 2025-09-14
  • 来自专栏祝威廉

    Byzer-yaml-visualiaztion 插件介绍

    visualize gapminder2 ''' runtime: env: source /opt/miniconda3/bin/activate ray-1.12.0 cache: false visualize gapminder2 ''' runtime: env: source /opt/miniconda3/bin/activate ray-1.12.0 cache: false visualize iris ''' runtime: env: source /opt/miniconda3/bin/activate ray-1.12.0 cache: false control visualize gapminder3 ''' runtime: env: source /opt/miniconda3/bin/activate ray-1.12.0 cache: false visualize fips ''' confFrom: counties runtime: env: source /opt/miniconda3/bin/activate ray-1.12.0

    65210编辑于 2022-07-21
  • 来自专栏往期博文

    【目标检测】YOLOv5推理加速实验:图片批量检测

    = increment_path(save_dir / Path(path).stem, mkdir=True) if visualize else False pred = model (im, augment=augment, visualize=visualize) # NMS with dt[2]: pred = non_max_suppression class BaseModel(nn.Module): def _forward_once(self, x, profile=False, visualize=False): y x = m(x) # run y.append(x if m.i in self.save else None) # save output if visualize : feature_visualization(x, m.type, m.i, save_dir=visualize) return x 这里的x就是输入的

    3.1K30编辑于 2023-04-12
  • 来自专栏张善友的专栏

    微软推出SQL Server 2005 Report Packs

    Integration Services Download this set of five predefined reports and a sample database to easily visualize SharePoint Portal Server 2003 Download this set of eight predefined reports and a sample database to easily visualize Information Services (IIS) Download this set of 12 predefined reports and a sample database to easily visualize Financial Reporting Download this set of six predefined financial reports and a sample database to easily visualize

    81150发布于 2018-01-29
  • 来自专栏海怪的编程小屋

    爷青回!用原生 Audio API 实现一个千千静听

    根据上面的思路,我们首先要准备好这样的页面结构: const Player: FC = () => { const {visualize} = useAudioVisualization('#canvas await audioRef.current.play(); const stream = (audioRef.current as any).captureStream(); visualize 的方式来封装可视化逻辑: const useAudioVisualization = (selector: string, length = 50) => { // 开始可视化 const visualize = (stream: MediaStream) => { } return { visualize }; } visualize 在拿到音频的流之后,我们就可以调用 Audio API 完整的使用方式是这样的: const Player = () => { const {visualize, stopVisualize, resetCanvas} = useAudioVisualization

    72720编辑于 2022-03-29
  • 来自专栏技术汇总专栏

    使用Python进行情感分析和可视化展示

    import matplotlib.pyplot as plt​def visualize_sentiment(sentiment_score): plt.bar(['Sentiment'], [ def visualize_comparison(sentiment_textblob, sentiment_vader): plt.bar(['TextBlob', 'VADER'], [sentiment_textblob -1, 1) plt.ylabel('Sentiment Score') plt.title('Sentiment Analysis Comparison') plt.show()​visualize_comparison def visualize_sentiment_classification(sentiment_classes): labels = list(sentiment_classes.keys()) def visualize_sentiment_multi(sentiment_textblob, sentiment_vader): labels = ['TextBlob', 'VADER']

    1.7K10编辑于 2024-07-08
领券