Philip Cho
Philip Cho
Do you have any plans to create a Dockerfile for all the environments? Thanks
Hello, I have just started taking a look at your paper and the repo, but it seems like the input size of the image is limited to smaller image (256...
Hello, I'm trying to test Vedastr for reading ID tags on animals (mostly cows). Would it be possible to train on custom dataset? If so, what are the procedures? I...
Hi, first of all thanks a lot for the great repo. All the models provided in the repo is very easy to use. I have noticed a few problems with...
Hi, it looks like you are extending the model for instance mask and keypoint. Are you going to release training/testing code for these too? Thanks,
## 🐞Describing the bug - Trying to convert this Pytorch [lama model ](https://github.com/mallman/CoreMLaMa) to CoreML, and it does work fine when the model uses Fixed Input size. However, when I...
## ❓Question Hi, I was wondering if there is anyway to include custom preprocessing logic during the model conversion process. Regarding preprocesing, I could not see anything besides very basic,...
It seems like SHAD dataset is not available anymore. Below code returns error: wget -P ./ https://best.sjtu.edu.cn/Assets/userfiles/sys_eb538c1c-65ff-4e82-8e6a-a1ef01127fed/files/ZIP/Bend-train.rar Do you have any other links available for this? Also, if you want...
Hello, I am testing your scripts by changing the defaults.yaml. I only have single class, and seems to encounter some error down the line for coco.py inside your dataset folder....
Hi, first of all thanks a lot for the great work! I have trained your model on my custom dataset, and I can see that the results look amazing. I...