You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Developer,
Hello! I am a graduate student specializing in biomedical sensors. First, I would like to thank your team for the open-source MARS_developer tool, which has greatly assisted my research. However, I have encountered several issues during its usage and would appreciate your guidance or help.
Issues
Download Issue
Problem: When setting download_MARS_checkpoints=True, I am unable to automatically download the checkpoint files. This might be due to my location in China, necessitating manual download and decompression.
Attempted Fixes: Manual download and decompression.
Path Issue
Problem: After decompression, the path for the pre-trained model's checkpoint files uses \ instead of \\, causing Python parsing errors.
Attempted Fixes: Modified the relevant path settings in evaluate_detection.py.
Code Errors
Location:training_input.py at line 2435
Original Code:batched_background_heatmaps = tf.contrib.image.rotate(batched_heatmaps, angles)
except (TypeError, NotImplementedError):
# Happens when shape is a Tensor, list with Tensor elements, etc.passreturnNone
Additional Observations
Functionality Issue: Errors occur when there are multiple best checkpoints in the plot_training_progress function in evaluate_pose.py.
Data Representation Issue: Discrepancies in the graphical representation of the pre-trained model between the ground truth and the predicted results.
Questions
Is this tool still being maintained?
May I update this tool on my own to make it more user-friendly and to further my learning and practice?
Could I receive some advice and materials from you, such as whether it is necessary to refactor based on PyTorch, or are there more convenient alternatives? Also, could you provide descriptions of the overall design framework?
I am curious about these issues and would like to know more about the maintenance status of this tool. I look forward to your reply and thank you for taking the time to read this.
Description
Dear Developer,
Hello! I am a graduate student specializing in biomedical sensors. First, I would like to thank your team for the open-source MARS_developer tool, which has greatly assisted my research. However, I have encountered several issues during its usage and would appreciate your guidance or help.
Issues
Download Issue
download_MARS_checkpoints=True
, I am unable to automatically download the checkpoint files. This might be due to my location in China, necessitating manual download and decompression.Path Issue
\
instead of\\
, causing Python parsing errors.evaluate_detection.py
.Code Errors
training_input.py
at line 2435batched_background_heatmaps = tf.contrib.image.rotate(batched_heatmaps, angles)
batched_background_heatmaps = tf.contrib.image.rotate(batched_background_heatmaps, angles)
Exception Handling
NotImplementedError
for certain Tensor types.Additional Observations
plot_training_progress
function inevaluate_pose.py
.Questions
I am curious about these issues and would like to know more about the maintenance status of this tool. I look forward to your reply and thank you for taking the time to read this.
Best regards,
Wang Lu
[email protected]
The text was updated successfully, but these errors were encountered: