Y5Whe2D9psemu / Multi-view-Convolutional-Neural-Networks-for-3D-Shape-RecognitionLinks
本文提出了一种基于多视图卷积神经网络的三维物体识别算法,以实现三维物体的准确识别。首先实现一个标准的卷积神经网络架构,该架构经过训练可以独立地识别形状的渲染视图,以实现即使从单一视图中也可以识别出一个三维形状。随后使用该三维物体多个角度的二维视图通过卷积神经网络识别的结果进行模型融合。在模型融合的过程中取出输入单角度视图的卷积神经网络的某一层,使用层最大值算法将多个层中同一位置的最大值取出,形成一个新的层参与神经网络的训练,以提高卷积神经网络识别多视图的准确率。为了应对数据集较小的情况,我们使用了迁移学习的方法,先使用ModelNET数据集对单视图卷积神经网络进行预训练,然后将预训练模型加载到多视图卷积神经网络后再进行微调,以提高图像的识别率。ModelNET数据集上的实验结果证明了算…
☆11Updated 3 years ago
Alternatives and similar repositories for Multi-view-Convolutional-Neural-Networks-for-3D-Shape-Recognition
Users that are interested in Multi-view-Convolutional-Neural-Networks-for-3D-Shape-Recognition are comparing it to the libraries listed below
Sorting:
- 基于GSConv+SlimNeck的YOLOv5的消防通道占用检测系统☆10Updated last year
- Physical Downlink Shared Channel (PDSCH) in 5G New Radio.☆11Updated last year
- lusixing / Joint-Decoding-Framework-for-LDPC-coded-MIMO-SCMA-Systems-Based-on-Expectation-PropagationA generalized efficient decoding framework that performs joint decoding for non-binary low density parity check code (NB-LDPC) coded spa…☆10Updated 4 months ago
- A Beginner's Python Guide for Data Analysis☆22Updated 5 years ago
- 用于WiFi室内定位的MATLAB代码和数据库☆21Updated 4 years ago
- I have developed a custom environment using OpenAI Gym in Python for simulating a 5G wireless communication channel as part of a reinforc…☆13Updated last year
- “A Robust Learning Membership Scaling Fuzzy C-Means Algorithm Based on New Belief Peak“. Fuzzy clustering algorithm including RL_MFCM,RL_…☆10Updated last year
- Code for our paper "Performance Study on a CSMA/CA-Based MAC Protocol for Multi-User MIMO Wireless LANs"☆12Updated 6 years ago
- 基于FPGA的数字调制系统 :实现m序列作为信源,并通过按键来选择移位相加的初始值和步进值以及实现2ASK、2FSK、2PSK☆18Updated 4 years ago
- Based on NS-3, design new GPSR routing protocols.☆13Updated 7 years ago
- 随机扰动近似算法 Stochastic perturbation approximation algorith—— python实现☆13Updated 8 years ago
- 使用FPGA制作机器人,并使用python建立上位机,FPGA机器人通过控制ESP8266通过WiFi进行无线通讯,来达到上位机控制FPGA机器人的目的☆23Updated 5 years ago
- This source code is my thesis implementation in MATLAB which clusters Mobile Wireless Sensors using Genetic and Bacterial conjugation Alg…☆16Updated last year
- 基于FPGA-Pynq的车牌识别系统。The LPR system of FPGA-Pynq☆11Updated 6 years ago
- The lab document for Web programming and HTML☆18Updated 3 years ago
- 开发环境是Windows 10, Quartus。硬件开发语言是Verilog。 利用FPGA开发的智能小车,分为两个部分,控制器部分和小车部分,通过蓝牙信号进行连接。 控制部分可以通过加速度传感器检测手势,从而控制小车的前后左右。 加速度传感器还可以检测人体是否摔倒…☆14Updated 6 years ago
- DSP University Project - Matlab, Simulations, and Verilog Files☆12Updated 5 years ago
- Simple Wireless-Sensor-Network Optimization using Genetic-Algorithm.☆14Updated 7 months ago
- Optimal Action Space Search (OASS) is an algorithm for path planning problems on directed acyclic graphs (DAG) based on reinforcement lea…☆12Updated 2 years ago
- The project here contains the baseband simulation the satellite communication system with DVB-S standards.☆19Updated 5 years ago
- Implementing SDN based VANET simulated on Mininet-Wifi nodes - Socket programming to implement functionality as an application☆10Updated 6 years ago
- Realizing SDN on Satellites based on STK,Ryu,Mininet☆17Updated last year
- Matlab Simulation for DVB-S☆12Updated 9 years ago
- Polar codes are error correction codes developed by Erdal Arikan which achieves channel capacity and its reduced complexity makes it more…