Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

数据预处理问题 #609

Open
jxy122 opened this issue Mar 20, 2024 · 5 comments
Open

数据预处理问题 #609

jxy122 opened this issue Mar 20, 2024 · 5 comments

Comments

@jxy122
Copy link

jxy122 commented Mar 20, 2024

我在执行数据预处理裁剪的时候,得到了crop511文件,但下面都是空的文件夹,没有裁剪后的图片,但是JSON文件能正常获得,终端也没有保存,请问这是什么情况?应该怎么解决?在好几个数据集上试了都是这样的结果,很迷惑

@SachinSakthi
Copy link

Hi. This page has provided the complete cropped dataset. Check thit out "https://github.com/sansanfree/RBO/tree/main/SiamRPN%2B%2B-RBO".
I too faced the same error. I tried with different python version and it worked out for me.

@YXYbit
Copy link

YXYbit commented Apr 10, 2024

crop代码里的路径有问题?

@SachinSakthi
Copy link

There is nothing wrong with path in coding part.

@cookie-v9
Copy link

我也遇到了这样的问题,numpy版本太高,降低到1.23就可以了

@hh2299
Copy link

hh2299 commented Apr 30, 2024

crop_hwc函数 mapping = np.array([[a, 0, c],
[0, b, d]]).astype(float)
np.float改成float

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants