MVDet icon indicating copy to clipboard operation
MVDet copied to clipboard

[ECCV 2020] Codes and MultiviewX dataset for "Multiview Detection with Feature Perspective Transformation".

Results 3 MVDet issues
Sort by recently updated
recently updated
newest added

When I run the code : ` resume_fname = resume_dir + '/MultiviewDetector.pth' model.load_state_dict(torch.load(resume_fname, map_location='cuda:0'))` I come across an error: `RuntimeError: Error(s) in loading state_dict for PerspTransDetector: Missing key(s) in state_dict:...

I use [calibration](https://github.com/hou-yz/MultiviewX/tree/master/calibrations) from MultivewX to run [grid_visualize.py](https://github.com/hou-yz/MVDet/blob/master/grid_visualize.py), code shown below. ``` import numpy as np import matplotlib.pyplot as plt from PIL import Image import cv2 from multiview_detector.utils import projection...

Thank you for this article, I have a great reference! Now I want to apply it to the project, using the Jetson SUB DEVELOPER KIT. Its CPU and GPU have...