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

How to used in the customer dataset? #43

Open
jo-dean opened this issue Mar 10, 2022 · 8 comments
Open

How to used in the customer dataset? #43

jo-dean opened this issue Mar 10, 2022 · 8 comments

Comments

@jo-dean
Copy link

jo-dean commented Mar 10, 2022

Hello,i want use the model in my customer dataset. But the result is not so good just used the provided model in this hub.
Any advice to fit my own dataset?
Thank you.

@hetao828
Copy link

Do you solve this problem? When I train my novel class 'zangxueji' the new test dataset shows that 'zangxueji' instances is 0? Why? and it;s train will be dead soon.

@hetao828
Copy link

image

@hetao828
Copy link

image

I think this problem maybe caused by 0 instances of 'zangxueji', because sometimes it shows CUDA OUT OF MEMORY.

@Assass1no
Copy link

Hello,i want use the model in my customer dataset. But the result is not so good just used the provided model in this hub. Any advice to fit my own dataset? Thank you.

请问在自己的数据集上用DeFRCN需要修改代码的哪些部分?是按照dectron2的数据集导入来修改吗?

@aeinsara
Copy link

image

Hello. I have this problem. Do you solve it?

@aeinsara
Copy link

Do you solve this problem? When I train my novel class 'zangxueji' the new test dataset shows that 'zangxueji' instances is 0? Why? and it;s train will be dead soon.

I found the reason of this problem.It because of this line in "defrcn/dataloader/build.py":
"histogram += np.histogram(classes, bins=hist_bins)[0]".
bins=hist_bins must be adapted to yours dataset. For example my classes is [13,14,15,16], so bins should be [13,14,15,16,17] for display correctly.
This problem only exists in the display and in fact, the code works correctly. So do not worry.

@hui-yiming
Copy link

你好,我想请问一下为什么我换做自己的数据集之后,loss等一起切训练正常,但是最后的检测结果却是0 呢?
5a4edcb8ee08a5ea093498152dfd99ab
235b7ee12db3450211619aaefc49302a

@orzgugu
Copy link

orzgugu commented Feb 1, 2024

你好,我想请问一下为什么我换做自己的数据集之后,loss等一起切训练正常,但是最后的检测结果却是0 呢? 5a4edcb8ee08a5ea093498152dfd99ab 235b7ee12db3450211619aaefc49302a

Hello, I would like to ask how you changed to your own data set for training and testing, I am very confused about this, I am sorry to bother you, I am an AI rookie.

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

6 participants