图生360度部署 Panodiff

目录

Panodiff

算法步骤:

[1. python build_dataset.py $crop_num $pairs_num $raw_data_path](#1. python build_dataset.py $crop_num $pairs_num $raw_data_path)

[2. Relative Pose Prediction](#2. Relative Pose Prediction)

报错:

[No module named 'pytorch_lightning.utilities.distributed'](#No module named 'pytorch_lightning.utilities.distributed')

[NotImplementedError: No operator found for `memory_efficient_attention_forward` with inputs:](#NotImplementedError: No operator found for memory_efficient_attention_forward with inputs:)


Panodiff

GitHub - shanemankiw/Panodiff: Official implementation for ACM MM 2023 paper '360-Degree Panorama Generation from Few Unregistered NFoV Images'

模型和数据都在提供的压缩包里面。

算法步骤:

1. python build_dataset.py $crop_num $pairs_num $raw_data_path
2. Relative Pose Prediction
bash 复制代码
GPU=... # Define your GPU Device
save_path=data/pred_results.npy # Define the path for saved predictions

python pred_rotations.py \
    config.yaml \
    --classification_model_path=ckpts/stage1_classification_ckpt.pt \
    --overlap_regression_model_path=ckpts/stage2_overlap_ckpt.pt \
    --nonoverlap_regression_model_path=ckpts/stage2_nonoverlap_ckpt.pt \
    --gpu=$GPU \
    --save_path=$save_path

报错:

No module named 'pytorch_lightning.utilities.distributed'

解决方法:pip install pytorch-lightning==1.5.0

NotImplementedError: No operator found for `memory_efficient_attention_forward` with inputs:

解决方法:

NotImplementedError: No operator found for `memory_efficient_attention_forward` with inputs:-CSDN博客

相关推荐
Naiva1 小时前
ESP32-C3 入门笔记08:多帧数据解析
笔记·notepad++
东京老树根5 小时前
Excel 技巧02 - 如何批量输入百分号 (★),如何输入百分号并指定小数位数,如何批量删除百分号,如何批量删除小数最后的0?
笔记·学习·excel·vba
warrah6 小时前
rabbitmq——岁月云实战笔记
笔记
细心的莽夫9 小时前
Spring 复习笔记
java·笔记·学习·spring·java-ee
颖风船9 小时前
(初学者)STM32 MP157中LED触发器笔记
笔记·stm32·嵌入式硬件
魔理沙偷走了BUG9 小时前
【数学建模笔记】评价模型-基于熵权法的TOPSIS模型
笔记·数学建模
挥剑决浮云 -9 小时前
STM32学习之 模块初始化和常用GPIO函数笔记
笔记·stm32·学习
笑鸿的学习笔记9 小时前
qt-C++笔记之动画框架(Qt Animation Framework)入门
c++·笔记·qt
Octopus207710 小时前
链地址法(哈希桶)
c++·笔记·学习·算法·哈希算法
GISDance10 小时前
26考研资料分享 百度网盘
经验分享·笔记·考研·百度