kpis-msa
kpis-msa
I used these source code on google colab by porting. But these codes can't read the pretrained model. The error message is as follows: ` --------------------------------------------------------------------------- AttributeError Traceback (most recent...
I'd like to use this model using the Japanese dataset as follows: https://actions.stair.center/ But I don't have an annotation JSON file for the below option. --annotation_path kinetics.json Please tell me...
I tried to predict using pretrained model as follows: ’ python main.py --root_path data --video_path mit_videos/a064-0224C.mp4 --annotation_path actionlist.csv --result_path results --dataset mit --resume_path results/r3d50_M_200ep.pth --model_depth 50 --n_classes 339 --n_threads 4...
My machine has no GPU device. Then, I have the following message from this engine. ` Traceback (most recent call last): File "main.py", line 428, in main_worker(-1, opt) File "main.py",...
Generateを行いましたら、下記の結果となりました。 私承頭頭頭頭七おおおs押押押押押押押押押押押押押押押雑雑肉手手手手手手手手手迷迷迷恋詩詩詩詩詩詩詩詩詩詩詩詩詩詩詩詩詩詩詩詩小小小くく町町町町町町町抱鳥甲うううううう疑う疑転転転転力江転力江十十候分分分ど流流流流流流流申申申申申申申申申申申申申申申申弁達達達達達達景頃頃紙紙紙紙紙紙紙紙紙紙紙紙紙紙紙紙左公公公たた右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右右 これで正しいのでしょうか。 何か間違いがあるようでしたら、ご教示頂けると幸いです。
Restoreのところで、チェックポイントファイルを保存するところで、下記エラーが出てしまいました。 原因と対策をご教示頂ければ幸いです。 --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 3 sess.run(tf.global_variables_initializer()) 4 saver = tf.train.Saver() ----> 5 saver.restore(sess, load_path) /usr/local/lib/python3.6/dist-packages/tensorflow_core/python/training/saver.py in restore(self, sess, save_path) 1280 if not checkpoint_management.checkpoint_exists_internal(checkpoint_prefix):...