Open Needafatima opened 1 year ago
Can you provide detailed package versions and dependencies. Running the script r50_TransDETR_eval_ICDAR2015.sh give the error :
ImportError: Rotated_ROIAlign/build/lib.linux-x86_64-cpython-37/rotated_roi.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe28TypeMeta21_typeMetaDataInstanceIdEEPKNS_6detail12TypeMetaDataEv
which maybe because of compatibility issues of packages (detectron2 and pytorch). Requirements.txt doesn't really provide the details.
https://github.com/weijiawu/TransDETR/issues/14 may be useful for you
Can you provide detailed package versions and dependencies. Running the script r50_TransDETR_eval_ICDAR2015.sh give the error :
ImportError: Rotated_ROIAlign/build/lib.linux-x86_64-cpython-37/rotated_roi.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe28TypeMeta21_typeMetaDataInstanceIdEEPKNS_6detail12TypeMetaDataEv
which maybe because of compatibility issues of packages (detectron2 and pytorch). Requirements.txt doesn't really provide the details.