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
The author mentioned, "The corresponding sketch maps are generated with the edge prediction model of [41] and then are thresholded with 0.5." in the main paper.
I wanna know where to set the threshold=0.5 ? Maybe within the following command in PidiNet? python main.py --model pidinet_converted --config carv4 --sa --dil -j 4 --gpu 0 --savedir /path/to/savedir --datadir /path/to/custom_images --dataset Custom --evaluate /path/to/table5_pidinet/save_models/checkpointxxx.pth --evaluate-converted
The text was updated successfully, but these errors were encountered:
Hi,
The author mentioned, "The corresponding sketch maps are generated with the edge prediction model of [41] and then are thresholded with 0.5." in the main paper.
I wanna know where to set the threshold=0.5 ? Maybe within the following command in PidiNet?
python main.py --model pidinet_converted --config carv4 --sa --dil -j 4 --gpu 0 --savedir /path/to/savedir --datadir /path/to/custom_images --dataset Custom --evaluate /path/to/table5_pidinet/save_models/checkpointxxx.pth --evaluate-converted
The text was updated successfully, but these errors were encountered: