bit-scientist

Results 63 comments of bit-scientist

thanks for the great work, @cuicheng01. Could you check the #15908 please. It's weird that it's not fully integrated yet.

Hi, @Allison2324, rather than telling you how to write up your code, it'd better if you try it yourself until you get an error that can't solve. Please organize your...

@Manamama, could you post your _pipeline_options_ from _datamodel_ as well? I directly changed all options there to another language (Korean 'ko' and English 'en') and dumped the extracted text into...

Hello, @jstacer1. Have you managed to train your model accordingly? If yes, could you share your steps?

Hello, @sming256. May I ask your help about my custom dataset scenario? There are only 2 classes: normal and stealing. My task is to detect a stealing action (which could...

@sming256, thank you for the reply, appreciate it. I believe you're right, action classification task seems feasible. In fact, I already trained a VideoMAE model using its [HuggingFace API](https://huggingface.co/docs/transformers/en/tasks/video_classification), however...

Hello, @zgsxwsdxg, did you have any progress on this issue? I would like to know how you handled the deployment scenario.

Hello, let us see what error you got while loading the model from the disk. Also, consider leaving your env details such OS, package versions, etc.

@KanikaAdik, try replacing `DetectionCollateFN` with `CrowdDetectionCollateFN` as pointed out in #1194 and let us know if something else comes up.