weijiawu / TransDETR

[IJCV 2024] TransDETR: End-to-end Video Text Spotting with Transformer
102 stars 11 forks source link

Requirements not clear #19

Open Needafatima opened 1 year ago

Needafatima commented 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.

weijiawu commented 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