annyhou

Results 6 comments of annyhou

I change another method to convert Pytorch2Caffe by onnx. But when I run torch.onnx.export(model, args, f [, ...]), I got the below error: RuntimeError: ONNX export failed: Couldn't export Python...

https://github.com/xxradon/PytorchToCaffe code: import sys sys.path.append("~/CornerNet-Lite/PytorchToCaffe/") import pytorch_to_caffe import torch from types import MethodType from core.models.CornerNet_Saccade import model from core.nnet.py_factory import DummyModule def load_model(model, pretrained_model): print("loading from {}".format(pretrained_model)) with open(pretrained_model, "rb")...

compilation command:cmake -D CMAKE_INSTALL_PREFIX=/Users/intel/software/3rd/pcl-1.13.1/ -DCMAKE_CXX_STANDARD=20 -DBUILD_CUDA=OFF -DBUILD_GPU=OFF -DBUILD_apps=ON -DBUILD_apps_3d_rec_framework=OFF -DBUILD_apps_cloud_composer=OFF -DBUILD_apps_in_hand_scanner=OFF -DBUILD_apps_modeler=OFF -DBUILD_apps_point_cloud_editor=ON -DBUILD_examples=OFF -DBUILD_features=ON -DBUILD_filters=ON -DBUILD_io=ON -DBUILD_kdtree=ON -DBUILD_keypoints=ON -DBUILD_ml=ON -DBUILD_octree=ON -DBUILD_outofcore=OFF -DBUILD_people=OFF -DBUILD_recognition=ON -DBUILD_registration=ON -DBUILD_segmentation=ON -DBUILD_stereo=ON -DBUILD_surface=ON -DBUILD_tools=ON -DBUILD_tracking=ON...

可以回答一下,关于标注后的点云训练么?怎么转kitti数据格式?模型输入的数据是什么?

Model file download link failed, can you provide the model files?