roomnet icon indicating copy to clipboard operation
roomnet copied to clipboard

File Missing 'rcnn/test/2.npz'

Open DRAhmadFaraz opened this issue 5 years ago • 10 comments

I get this error of file missing "out=np.load('rcnn/test/2.npz')" Kindly guide me how to overcome this. Regards

File "/home/ahmad/anaconda3/lib/python3.6/site-packages/numpy/lib/npyio.py", line 372, in load fid = open(file, "rb") FileNotFoundError: [Errno 2] No such file or directory: 'rcnn/test/2.npz'

screenshot from 2018-08-08 22-01-11

DRAhmadFaraz avatar Aug 08 '18 22:08 DRAhmadFaraz

Hi! @faraz6313 Have you solved this problem?

CesarWu410 avatar Aug 29 '18 02:08 CesarWu410

Not Yet, You faced the same problem.?

DRAhmadFaraz avatar Aug 29 '18 06:08 DRAhmadFaraz

@faraz6313 yes. same problem.

CesarWu410 avatar Aug 29 '18 07:08 CesarWu410

If you find a solution then kindly tell me.

DRAhmadFaraz avatar Aug 29 '18 07:08 DRAhmadFaraz

@faraz6313 no problem

CesarWu410 avatar Aug 29 '18 08:08 CesarWu410

Sorry. It's a test code to visualize your results. When you train the model or test, it'll save some intermediate results and test results. They are saved as npz file. Because it's big, so I don't upload it.

GitBoSun avatar Aug 29 '18 21:08 GitBoSun

@GitBoSun Sir, Can you please upload the pretrained model.?

DRAhmadFaraz avatar Sep 13 '18 08:09 DRAhmadFaraz

Hi @GitBoSun , this is still pretty unclear to me. In the current state it's not possible to train on rcnn without rcnn/test/2.npz. Is there a way to generate this file? I've managed to create many *2.npz files using the prepare_data.npz script but rcnn/test/2.npz is nowhere to be found. Someone else was suggesting commenting out that part of the script but that seems less than ideal.

Edit: vanilla training has the same problem

SlimeQ avatar Dec 07 '18 21:12 SlimeQ

@GitBoSun This appears during training phase, so there are no results to visualize yet at this stage. Could you explain how to solve this? It essentially makes the whole codebase unusable.

kabawo avatar Feb 08 '19 20:02 kabawo

Hi, @DRAhmadFaraz @CesarWu410 @SlimeQ @kabawo . I faced the same problem. Have you solved it? Thanks.

caokui1221 avatar Sep 01 '19 15:09 caokui1221