Liu Liu
Liu Liu
@roytseng-tw could you please help me to see what the problem here? thank you
@honamida Hi, do you know how to set the arguments (pad_t, pad_b, pad_r, pad_l). I set them like m.Conv('x', 'y', dim_in, dim_out, kernel_size, pad_t=1, pad_b=1) but it didn't work
@unsky Solved! Amazing result! Thanks for your help!
@gk616828144 Hello, my problem is duo to run a wrong sh file so I just check the test.sh and change the model path to my trained model path and the...
@unsky Hi, what is image stride in this work? are they 768 and 1280?
@unsky Thanks!
@whmin it seems that some indexes contain non-integers. you can check the error location in code and add int() to these indexes. And where do you get the ResNet50 pre-trained...