SydCaption / SAAT

MIT License
62 stars 21 forks source link

ModuleNotFoundError: No module named 'pyciderevalcap' #19

Closed ydwl-lynn closed 4 years ago

ydwl-lynn commented 4 years ago

When I run <make -f Makefile_msrvtt_svo train GID=0 EXP_NAME=xe FEATS="irv2 c3d category" BFEATS="roi_feat roi_box" USE_RL=0 CST=0 USE_MIXER=0 SCB_CAPTIONS=0 LOGLEVEL=DEBUG MAX_EPOCH=100 LAMBDA=20> to train the dataset, the following error occurred: Snipaste_2020-10-22_10-59-26 I have download CIDEr and migrate to python3。(https://github.com/plsang/cider/pull/1) Do you know the reason for this?

SydCaption commented 4 years ago

Hi, did you put it in coco-caption folder like this?

coco-caption
|__ pyciderevalcap
|__ pycocoevalcap
ydwl-lynn commented 4 years ago

I have do it, it's useful. Thank you very much.