-
Hi! I am trying to implement a dataloader for the LIDC dataset using pylidc. Unfortunately there is major slowdown (20 seconds per epoch to 15 minutes per epoch) in training my model when using this d…
-
Thank you for your exciting research.
I evaluated it with the model weights (nuscenes detection validation, BEVfusion*) you provided.
It came out the same as the performance reported in the paper. (…
-
Can you please tell me where in the code teacher model is being updated by the EMA of the student model?
-
Good morning,
I have been playing a lot with Augmentor, and I have several suggestions to really improve it.
1 . Add possible npy loading (I have almost finished implementing it)
2 . Rely more on…
-
Add docments to [09_vision.augment](https://github.com/muellerzr/fastai-docment-sprint/blob/master/nbs/09_vision.augment.ipynb).
See the style guide and contribution guide for more details (links w…
-
Hi @ycliu93!
Are random crops enabled as part of augmentation pipeline?
In other words, is `cfg.INPUT.CROP.ENABLED` set to `True` at https://github.com/facebookresearch/unbiased-teacher/blob/ba5…
-
Hi @rolczynski
I am experimenting with your code and would like to know how to repeat benchmark results from the Table?
Is it the pipeline from readme? With 25epoch and batch size of 32? How ma…
-
背景:想通过[代码链接](https://github.com/open-mmlab/mmdetection/blob/master/mmdet/datasets/pipelines/auto_augment.py)链接文档中的example学习以下mmdet中的auto_augment
![image](https://user-images.githubusercontent.com…
-
# 🌟 New model addition
## Model description
Sparse Transformers (https://openai.com/blog/sparse-transformer/) are one of the two most efficient transformers for long range problems, according to…
-
Thank you very much for your contributions! :)
I'm implementing MALA's network in this pipeline. It saves memory by using convolution without padding, therefore can afford a larger input size durin…