You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @machanic
I really like this code and hope to have its Pytorch version.
Actually, I couldn't run it yet! I changed the addresses in config.py but I have errors on the needs!
like this one that drove me crazy :))
File "D:\XAI\Code\AU_R-CNN-master\AU_rcnn\train.py", line 459, in <module>
main()
File "D:\XAI\Code\AU_R-CNN-master\AU_rcnn\train.py", line 202, in main
extract_len=args.extract_len) # 可改为/home/nco/face_expr/result/snapshot_model.npz
File "D:/XAI/Code/AU_R-CNN-master\AU_rcnn\links\model\faster_rcnn\faster_rcnn_resnet101.py", line 119, in __init__
mean_array = np.load(mean_file)
File "C:\ProgramData\Anaconda3\envs\R-CNN\lib\site-packages\numpy\lib\npyio.py", line 444, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False
Could you please guide me?
thanks
The text was updated successfully, but these errors were encountered:
Hi @machanic
I really like this code and hope to have its Pytorch version.
Actually, I couldn't run it yet! I changed the addresses in config.py but I have errors on the needs!
like this one that drove me crazy :))
Could you please guide me?
thanks
The text was updated successfully, but these errors were encountered: