-
Hello, I used the trained model to test on THE GOT-10K, could you please tell me how I can get the visual effect of box and mask displayed at the same time? Where do you need to set the parameters? Wh…
-
The "player-message" doesn't output the message to the player. There's no broadcast message, I'm not sure if I'm meant to have one for the player-message to work, I'm guessing not. I don't understand …
-
I tried both ways: the bruteforce way that only uses the guild id and the channel sidebar method. The first one yields more, but the more I tested it, the less it returned members.
The guild has 31…
-
### Description
bonus week battle chest bug, I just lose 6x chest and all of them says you got 1k click for more and there's not anything
i opened one after one to don't think that's bug but looks …
-
hi there, thanks for your work!
i just train the model on the cuhksysu dataset, and modify the ccmcpe.json as below
> {
"root":"H:/my_datasets/DataZoo",
"train":
{
"cuhksys…
-
I'm trying to reproduce your fine-tuning results on MAE. What are your training settings for fine-tuning on the CUB dataset?
I used the official pre-trained model of [MAE-Base](https://dl.fbaipublicf…
-
Train for 20K iterations with original parameters in train_msc.py with about 10K VOC training set and val the model.ckpt-8000 for 1449 val images but got the high accuracy:0.843?
The training loss is…
mokii updated
6 years ago
-
Hi,
I run hifiasm with ~20G hifi reads with paired Hi-C read (50G for read1, 49G for read2), the genome size is around 3G.
I had test hifiasm with the test data you provide, it worked well.
While w…
-
I got stack overflow exception with this code:
```fsharp
let tcs = TaskCompletionSource()
let rec loop i =
job {
if i < 1_000_000 then
return! loop (i + 1)
else
…
-
Hi, I have a question about the training process.
I downloaded the GOT-10K dataset, but in the subset 'train', there are only positive samples ( which contain the target object). So, in the training,…