Ma Shuhao
                                            Ma Shuhao
                                        
                                    Every time I run this code some steps,my computer will crash. My computer have 8g memory ,gtx1060 NVIDIA. I set batch_size=1 I use 'top' command to monitor the usage of...
from net import SiamRPNBIG,but where is the SiamRPNGBIG
Thank you for you to contribute your code. I have a question ask for you help. When use your code_1.0 to train vot2016 dataset. I meet an error. I print...
I have seen this code : from utils import AverageMeter, calculate_accuracy.But I can not see the file of utils anywhere
Every label of image have a white margin , I want to ignore the margin when I train net ,But I do not know how to do,So i ask you...
The code need input size (256 ,256) ,and output size is (256,256).This limit the ability of the practice.So I want to extend the net ability to arbitrary input size .If...
def colormap(n): cmap=np.zeros([n, 3]).astype(np.uint8) for i in np.arange(n): r, g, b = np.zeros(3) for j in np.arange(8): r = r + (1
I use the code run pascal voe dataset,but the show image is bad,the loss function value descend to 0.05. What about others?