ppdoll
#1
I have configurated caffe-ssd on the TX2 and Notebook(Geforce 965m) .
when I run ssd_pascal_webcam.py sample,the Frame rate of TX2(Max-N) is about 6 fps,Notebook is about 2 fps.
I don’t know if the performance is normal.Why is the TX2’s performance better than Notebook?
Hi,
Besides setting nvpmodel, also remember to run jetson_clocks to maximize the CPU/GPU frequency.
sudo ./jetson_clocks.sh
The GPUs you mentioned are in different architecture.
TX2 is in Pascal design while Geforce 965 still in Maxwell.
Newer architecture yield better performance.
Thanks.