chyphen7

Results 7 issues of chyphen7

I am trying to run "python train_classification.py --model pointnet2_cls_ssg --log_dir pointnet2_cls_ssg" , but an error No such file or directory: 'data/modelnet40_normal_resampled/modelnet40_shape_names.txt'. I did download modelnet40_normal_resampled, but couldn't find it there....

I am trying to run a demo program to train the original dataset demo, but getting ImportError: cannot import name 'nms_rotated_ext' from partially initialized module 'utils.nms_rotated' (most likely due to...

I am trying to run "python demo/fcos_demo.py", but get the following errors. (FCOS) PS G:\DeepLearning\segmentation\SipMask\SipMask-benchmark> python demo/fcos_demo.py Traceback (most recent call last): File "G:\DeepLearning\segmentation\SipMask\SipMask-benchmark\demo\fcos_demo.py", line 109, in main() File "G:\DeepLearning\segmentation\SipMask\SipMask-benchmark\demo\fcos_demo.py",...

Can anybody share with me a sample data set and train.txt to be include in data set configuration file. including the format of train.txt. Thanks.

Trying to ru python3 nms/build.py and getting errors: Traceback (most recent call last): File "G:\VoxelNet-pytorch\nms\build.py", line 23, in ffi = BuildExtension( File "D:\anaconda3\envs\py3\lib\site-packages\torch\utils\cpp_extension.py", line 361, in __init__ super(BuildExtension, self).__init__(*args, **kwargs)...

Hi, I am trying to compile and built 360_sticher on uBuntu, but getting an error: class cv::detail::MultiBandBlender has no member named init_gpu. I am using opencv4. Any suggestion how to...

I am trying to run demo with a model trained on yolov5, and getting an error: No module named 'models.yolo'. Is TrTr compatible with yolo weights? Do I need convert...