AGV
, ROBOTICS
, path planning
Learn More →
Learn More →
Learn More →
Learn More →
A Feature Pyramid Network, or FPN, is a feature extractor that takes a single-scale image of an arbitrary size as input, and outputs proportionally sized feature maps at multiple levels, in a fully convolutional fashion. This process is independent of the backbone convolutional architectures. It therefore acts as a generic solution for building feature pyramids inside deep convolutional networks to be used in tasks like object detection.
Jun 13, 2024image
Jun 6, 2024image
Jun 6, 2024Getting started %matplotlib inline import cv2 import random import numpy as np import matplotlib.pyplot as plt from google.colab.patches import cv2_imshow ]: %%capture ! wget -O img1.jpg "https://drive.google.com/uc?,→export=download&id=1omMydL6ADxq_vW5gl_1EFhdzT9kaMhUt" ! wget -O img2.jpg "https://drive.google.com/uc?,→export=download&id=12lxB1ArAlwGn97XgBgt-SFyjE7udMGvf"
Jun 6, 2024or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up