whxueChris
whxueChris
Thanks for your reply! Expect your mentioned method, could I train my personal image cloud dataset in stage 0 and follow your next main video training?
I want to solve some special object segmentation problems, such as smoke and cloud. but these kinds of datasets are lacking in the DAVIS dataset, so I want to add...
hello, do you know to generate the Imagenet1K train_map.txt?
> It was a bug. I fixed it. Can you pull and see if it works? Sorry, It could save the mask, but the mask does not have the predicted...
I use WSL2 with windows 10. My cuda version is 11.8, and my g++ version is 11.4. It works for me
> hi there! I am also trying to use this great model to process with my dataset in infrared sprectrum, could have a talk if you are also interested Hello!...
> Hi thanks a lot for the best tip! It is quite helpful for my situation. My situation is that, i have some infrared real human face imgs (in greyscale),...
> Hi, please check [here](https://github.com/yoxu515/aot-benchmark#demo---panoptic-propagation) in README, which allows you to run models on custom datasets. The results are saved as videos and masks. > > * We haven't release...
> Hi, MS-AOT currently is not integrated in this repository. The code in issue #32 is only for vot datasets and different from the framework in this repo. We will...
> In the above mentioned C# code , after getting float1D array then we are passing this to dense tensor of shape of **[1,3,inputImage.Height,InputImage.Width]** , instead of doing this we...