KeenNest
KeenNest
why i am getting this error while running evaluate.py ..., [0.6902, 0.7098, 0.7176, ..., 0.2078, 0.2078, 0.2157], [0.6941, 0.7098, 0.7176, ..., 0.1804, 0.1451, 0.1608], [0.6784, 0.7294, 0.7412, ..., 0.1882, 0.1961,...
@Justarrrrr i created my own dataset , if you're getting illegal instruction (core dumped ) then reduce the size of frame to 160 * 120 Thanks
@Justarrrrr what kind of problem you're facing ?
this model is already trained you have to just download it from given link .
python3 evaluate.py --lr_dir=lr-set --key_dir=key-set --target_dir=hr-set --output_dir=proj --model_dir=experiments/bix4_keyvsrc_attn --restore_file=pretrained --file_fmt="frame%d.jpg"
basically evaluate argument used as a input like lr (low resolution) used as a input from direct live camera and it takes input as a form of frames . key(high...
hi @Justarrrrr basically, we need hr_set to check performance of that model. are u able to produce output from that?
yes, but can you share some of doubt i have to produce output files . and what's you system requirement you're using . ?
i am using python3 evaluate.py --lr_dir=/home/ashish/proj/dataset/lr-set/ --key_dir=/home/ashish/proj/dataset/key-set/ --target_dir=/home/ashish/proj/dataset/hr-set/ --model_dir=experiments/bix4_ keyvsrc_attn/ --restore_file=pretrained --file_fmt="frame%d.png" to run code amd my code got killed after sometime and i am using jetson nano with 4...
ashish@ashish-desktop:~/proj/NeuriCam$ python3 evaluate.py --lr_dir=/home/ashish/proj/dataset/lr-set/ --key_dir=/home/ashish/proj/dataset/key-set/ --target_dir=/home/ashish/proj/dataset/hr-set/ --model_dir=experiments/bix4_keyvsrc_attn/ --restore_file=pretrained --file_fmt="frame%d.png" --output=./output /usr/local/lib/python3.6/dist-packages/mmcv/__init__.py:21: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training...