NagabhushanSN95 / DeCOMPnet

Official code release for the ISMAR 2022 paper "Temporal View Synthesis of Dynamic Scenes through 3D Object Motion Estimation with Multi-Plane Images"
MIT License
5 stars 0 forks source link

Module Import Error when running ARFlowWeightsConverter01.py #7

Closed jimmyfyx closed 1 year ago

jimmyfyx commented 1 year ago

This is probably a bug. When running ARFlowWeightsConverter01.py , the imports seem to be valid only in the src folder, but ARFlowWeightsConverter01.py is in src/flow_estimation/utils

NagabhushanSN95 commented 1 year ago

Try export PYTHONPATH=<ABSOLUTE_PATH_TO_SRC_DIR>:$PYTHONPATH. That should work.

NagabhushanSN95 commented 1 year ago

Closing this issue. Please reopen it if required.