Jack Kwok

Results 18 issues of Jack Kwok

Hi, Mask2Former Training Resources says `8x A100 GPUs`: ``` Collections: - Name: Mask2Former Metadata: Training Data: COCO Training Techniques: - AdamW - Weight Decay Training Resources: 8x A100 GPUs ```...

`github.com/bitnami-labs/kubewatch/pkg/controller/controller.go:466: Failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:default:kubewatch" cannot list resource "namespaces" in API group "" at the cluster scope` I followed the Kubectl RBAC instructions step by...

Suppose someone has a bunch of x-rays taken at the dental office. Each tooth appears in 2-3 x-rays. What is a good method to register each pair of x-ray images?

I am able to train and generate interesting images at scale = 0 (lowest resolution). But images with scale > 1 look almost exactly like the original training image with...

I want to save the model weights at the end of each epoch or periodically after a fixed number of iterations. Is that possible?

Hi, Thanks for this library. The text that I am running the `BertChecker` with contains a lot of domain specific clinical words that are not in the regular English lexicon...

Thanks for open sourcing your work. Can you add an open source license to this project?

Suppose I have two object categories with completely different sets of keypoints (e.g. human keypoints and cat keypoints). Can I train CenterNet to detect keypoints for both categories in one...

I need to do multi-class multi-label classification fine-tuning on my custom dataset. For setting up the ground truth labels, would it work well if I set `gt_parse` to {"class" :...

My goal is to read a specific field (say, box 30) from a nationally standardized insurance claim form. The form has 40 boxes/fields in fixed locations and each boxed is...