GithubHelp home page GithubHelp logo

Comments (4)

Clannad000000 avatar Clannad000000 commented on June 25, 2024

Have you solved this problem?When I run the basketabll sequence,I find the results have many minus...

from siamese-rpn.

lgdhang avatar lgdhang commented on June 25, 2024

I have this problem either.

from siamese-rpn.

renlicheng avatar renlicheng commented on June 25, 2024

When I run "test_OTB100",I had this problem In the test frame: Can you help me!!

/home/rlc/anaconda3/envs/H_R-Siamese-RPN/bin/python /home/rlc/H_R-Siamese-RPN/bin/test_OTB.py -ms /home/rlc/H_R-Siamese-RPN/imagenet_pretrain/siamrpn_38.pth -v tb100
0%| | 0/3 [00:00<?, ?it/s]
0%| | 0/98 [00:00<?, ?it/s]

0%| | 0/725 [00:00<?, ?it/s]

0%| | 1/725 [00:00<02:01, 5.96it/s]/home/rlc/H_R-Siamese-RPN/lib/utils.py:165: RuntimeWarning: overflow encountered in multiply
box_w = anchor_w * np.exp(offset_w)
/home/rlc/H_R-Siamese-RPN/lib/utils.py:166: RuntimeWarning: overflow encountered in multiply
box_h = anchor_h * np.exp(offset_h)
/home/rlc/H_R-Siamese-RPN/net/tracker.py:106: RuntimeWarning: overflow encountered in multiply
sz2 = (w + pad) * (h + pad)
/home/rlc/H_R-Siamese-RPN/net/tracker.py:102: RuntimeWarning: divide by zero encountered in true_divide
return np.maximum(r, 1. / r)
/home/rlc/H_R-Siamese-RPN/net/tracker.py:115: RuntimeWarning: divide by zero encountered in true_divide
r_c = change((self.target_sz[0] / self.target_sz[1]) / (box_pred[:, 2] / box_pred[:, 3])) # ratio penalty
/home/rlc/H_R-Siamese-RPN/net/tracker.py:115: RuntimeWarning: invalid value encountered in true_divide
r_c = change((self.target_sz[0] / self.target_sz[1]) / (box_pred[:, 2] / box_pred[:, 3])) # ratio penalty
0%| | 1/725 [00:00<02:09, 5.58it/s]
0%| | 0/98 [00:02<?, ?it/s]
0%| | 0/3 [00:02<?, ?it/s]
Traceback (most recent call last):
File "/home/rlc/H_R-Siamese-RPN/bin/test_OTB.py", line 149, in
result = run_SiamRPN(video_path, model_path, boxes[0])
File "/home/rlc/H_R-Siamese-RPN/net/run_SiamRPN.py", line 44, in run_SiamRPN
bbox, score = tracker.update(frame) # x,y,w,h
File "/home/rlc/H_R-Siamese-RPN/net/tracker.py", line 86, in update
config.context_amount, self.img_mean)
File "/home/rlc/H_R-Siamese-RPN/lib/utils.py", line 131, in get_instance_image
instance_img, scale_x = crop_and_pad(img, cx, cy, size_x, s_x, img_mean)
File "/home/rlc/H_R-Siamese-RPN/lib/utils.py", line 86, in crop_and_pad
xmin = int(round_up(xmin + left))
ValueError: cannot convert float NaN to integer

from siamese-rpn.

chengxianda54321 avatar chengxianda54321 commented on June 25, 2024

my model get 0.21 auc, f**k

from siamese-rpn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.