-
Dear challenge organizers,
I am interested in this challenge, which addresses an important aspect in medical image anlaysis.
I have 2 questions:
1. Do you forbid any additional data, including …
-
I am using OpenMVG and OpenMVS to generate a 3D model by taking photos of cars on the street, similar to the example below. I have two questions: First, how can I improve the appearance of the car's g…
-
Hi,
**Please find some background of my question at the start.**
I'm trying to reimplement KPRNet for a Non-Velodyne LiDAR dataset.
Due to multiple factors (viz. Sensor type, sensor placement, e…
-
I was recently going through [ArcFace](https://github.com/deepinsight/insightface) repo, they have used face alignment using MTCNN but they are also using landmarks for alignment unlike in Facenet. I …
-
```
def calculate_video_results(output_buffer, video_id, test_results, class_names):
video_outputs = torch.stack(output_buffer)
average_scores = torch.mean(video_outputs, dim=0)
sorted…
-
which function should I use to generate caption on new video data?
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.13
### Custom code
Yes
### OS platform and distribution
_No resp…
-
The size of my input image is 49*41*40, and I can get the saliency output of my CNN model.
But the attention map size is 49*41, not the original 3-dimension size.
I want to know how can I get the 3D…
-
In UCF101_ResNetCRNN.py:
begin_frame, end_frame, skip_frame = 1, 29, 1
selected_frames = np.arange(begin_frame, end_frame, skip_frame).tolist()
train_set, valid_set = Dataset_CRNN(data_path, train_…
-
Very great work! The idea is very interesting and thank you for providing the codes.
After running the script `download_models.sh`, I found out that there are several pretrained models in the folde…