-
When can I expect pre-trained checkpoints of EfficientNet on open images dataset to be released? If already available, kindly leave the link below.
Thanks.
-
Can you please tell me which dimension features it is extracting?
-
This library hints at the ability to train and apply custom models, but it's not straightforward.
From the provided `train.py` script, you do have the ability to train a model but integrating with …
-
Can you give me a copy of the source code for extracting I3D? Thank you very much.
-
change into:
def _global_avg_pool(self, x):
assert x.get_shape().ndims == 5
return tf.reduce_mean(x, [2, 3], keepdims=True)
-
**Describe the bug**
I try to train a 3D model with my experimental 3D images.
It works with 'CPU' but fails with 'GPU'.
With 'GPU', model.train run only 1 step of the first epoch (very slowly…
-
Hi, because I'm a green hands and I could not get Kinetics dataset, I only can read your code. So there are some questions:
(1) In videodataset.py, class videodataset return a clip and a target in tr…
-
I just want to know which backbone is good enough to train for a mono 3d prediction task.
-
Line 180 here fails in stage 1 training.
https://github.com/fudan-generative-vision/champ/blob/02a9a24a9183727dcbb8eb432b46b3a19302bcb8/models/mutual_self_attention.py#L166-L186
I had to do
…
-
We should test out the deep bilateral code, strip away unnecessary parts, and check for any bugs. In particular, the code was taken from [this repo](https://github.com/creotiv/hdrnet-pytorch), which l…